Remove assets from connect and _bundles from packages that don't generate the folder

This commit is contained in:
Fabio Berger
2018-03-19 00:30:33 +01:00
parent 8392ee4625
commit c5afc5feb5
3 changed files with 4 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
"scripts": {
"build:watch": "tsc -w",
"build": "tsc && copyfiles -u 3 './lib/src/monorepo_scripts/**/*' ./scripts",
"clean": "shx rm -rf _bundles lib test_temp scripts",
"clean": "shx rm -rf lib test_temp scripts",
"lint": "tslint --project . 'src/**/*.ts' 'test/**/*.ts'",
"run_mocha": "mocha lib/test/**/*_test.js",
"prepublishOnly": "run-p build",