Skip to content

Commit 216e569

Browse files
author
Takeharu Oshida
committed
fix build script
1 parent 07c9ea7 commit 216e569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test:local": "karma start",
1111
"test": "./node_modules/.bin/karma start --browsers Firefox --single-run",
1212
"clean": "rimraf dist",
13-
"build": "clean & webpack"
13+
"build": "npm run clean & webpack"
1414
},
1515
"repository": {
1616
"type": "git",

0 commit comments

Comments
 (0)