We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8841da commit c714a63Copy full SHA for c714a63
package.json
@@ -10,7 +10,7 @@
10
"rollup": "rollup -c rollup.config.js",
11
"tsc": "tsc",
12
"tsc-es6": "tsc --p tsconfig.es6.json",
13
- "build": "npm run rollup && npm run rollup-min && npm run tsc && npm run tsc-es6",
+ "build": "rm -rf ./build && rm -rf ./dist && npm run rollup && npm run rollup-min && npm run tsc && npm run tsc-es6",
14
"test": "karma start",
15
"test-facelandmarknets": "set UUT=faceLandmarkNet&& karma start",
16
"test-facerecognitionnet": "set UUT=faceRecognitionNet&& karma start",
0 commit comments