Skip to content

Commit 7f0a9f8

Browse files
committed
build: add prepublish step to run build
1 parent 0aca2b3 commit 7f0a9f8

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
"lint": "./node_modules/.bin/eslint .",
1010
"startindocker": "./scripts/web-docker",
1111
"build": "webpack && MINIFY=1 webpack",
12-
"codecov": "codecov"
12+
"codecov": "codecov",
13+
"prepublishOnly": "npm run build"
1314
},
1415
"repository": {
1516
"type": "git",

0 commit comments

Comments
 (0)