We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29295cd commit 71d75b1Copy full SHA for 71d75b1
dist/README.md
@@ -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