Skip to content

Commit c714a63

Browse files
build script - clean dist and build folder before building
1 parent b8841da commit c714a63

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
"rollup": "rollup -c rollup.config.js",
1111
"tsc": "tsc",
1212
"tsc-es6": "tsc --p tsconfig.es6.json",
13-
"build": "npm run rollup && npm run rollup-min && npm run tsc && npm run tsc-es6",
13+
"build": "rm -rf ./build && rm -rf ./dist && npm run rollup && npm run rollup-min && npm run tsc && npm run tsc-es6",
1414
"test": "karma start",
1515
"test-facelandmarknets": "set UUT=faceLandmarkNet&& karma start",
1616
"test-facerecognitionnet": "set UUT=faceRecognitionNet&& karma start",

0 commit comments

Comments
 (0)