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.
2 parents 6900e66 + 37b0431 commit 27905bdCopy full SHA for 27905bd
package.json
@@ -62,6 +62,7 @@
62
"scripts": {
63
"build": "rollup -c",
64
"dev": "rollup -c -w",
65
+ "prepare": "npm run build",
66
"stylelint": "stylelint src/**/*.css examples/**/*.css --cache",
67
"prettier": "prettier src/**/*.js examples/**/*.js --check",
68
"test": "jest --no-cache"
0 commit comments