We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ac824 commit ae1c2d6Copy full SHA for ae1c2d6
package.json
@@ -4,6 +4,7 @@
4
"version": "0.0.1",
5
"license": "GPL-2.0-or-later",
6
"scripts": {
7
+ "prepare": "npm run bundle",
8
"bundle": "rollup -c",
9
"lint": "eslint . && echo '✔ eslint ran successfully.'",
10
"lint:fix": "eslint --fix . && echo '✔ eslint ran successfully.'",
0 commit comments