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 d5e3b81 commit c71cfc1Copy full SHA for c71cfc1
package.json
@@ -26,7 +26,7 @@
26
"scripts": {
27
"build": "microbundle-crl --no-compress --format modern,cjs",
28
"start": "microbundle-crl watch --no-compress --format modern,cjs",
29
- "prepublish": "run-s build",
+ "prepare": "run-s build",
30
"test": "run-s test:unit test:lint test:build",
31
"test:build": "run-s build",
32
"test:lint": "eslint .",
0 commit comments