Skip to content

Commit 71d75b1

Browse files
committed
Add README to dist folder
1 parent 29295cd commit 71d75b1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

dist/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# :warning: IMPORTANT :warning:
2+
3+
The contents of this `dist` folder are generated by a script, and should not be edited manually.
4+
5+
To regenerate the contents of `dist`, run:
6+
7+
```shell
8+
npm run prepare
9+
```
10+
11+
This is typically run prior to every commit that modifies JavaScript code.

0 commit comments

Comments
 (0)