Skip to content

Commit ae1c2d6

Browse files
author
Mark George
committed
Add prepare script to build bundle
1 parent 98ac824 commit ae1c2d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"version": "0.0.1",
55
"license": "GPL-2.0-or-later",
66
"scripts": {
7+
"prepare": "npm run bundle",
78
"bundle": "rollup -c",
89
"lint": "eslint . && echo '✔ eslint ran successfully.'",
910
"lint:fix": "eslint --fix . && echo '✔ eslint ran successfully.'",

0 commit comments

Comments
 (0)