Skip to content

Commit a7c2b2f

Browse files
committed
fix(package.json): added prepare script
1 parent 1c37a10 commit a7c2b2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"prettify": "prettier .",
1010
"prettier": "prettier --check .",
1111
"lint": "eslint .",
12-
"test": "node tests/test.js"
12+
"test": "node tests/test.js",
13+
"prepare": "npm run build"
1314
},
1415
"repository": {
1516
"type": "git",

0 commit comments

Comments
 (0)