From c5afc5feb5707882decdf263f0d668722f8a990c Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Mon, 19 Mar 2018 00:30:33 +0100 Subject: Remove assets from connect and _bundles from packages that don't generate the folder --- packages/assert/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/assert/package.json') diff --git a/packages/assert/package.json b/packages/assert/package.json index 1f609e192..a166e88e8 100644 --- a/packages/assert/package.json +++ b/packages/assert/package.json @@ -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", -- cgit