add clean script
This commit is contained in:
parent
e5acd1afb9
commit
be89516707
7 changed files with 15 additions and 36 deletions
|
@ -27,7 +27,8 @@
|
|||
"e2e": "start-server-and-test start:test http://localhost:61812 cy:run",
|
||||
"mocha": "cd packages/backend && cross-env TS_NODE_FILES=true TS_NODE_TRANSPILE_ONLY=true TS_NODE_PROJECT=\"./test/tsconfig.json\" mocha",
|
||||
"test": "npm run mocha",
|
||||
"format": "gulp format"
|
||||
"format": "gulp format",
|
||||
"clean": "node ./scripts/clean.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/gulp": "4.0.9",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue