Skip to content

Commit e6d3c19

Browse files
make sure npm run build exists
1 parent bfba65f commit e6d3c19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
],
1313
"scripts": {
1414
"build-dist": "webpack --progress",
15+
"build": "npm run build-dist",
1516
"dist": "npm run build-dist",
1617
"prepare": "npm run build-dist",
1718
"test": "mocha --recursive test",

0 commit comments

Comments
 (0)