Skip to content
This repository was archived by the owner on Feb 7, 2019. It is now read-only.

Commit bc2545e

Browse files
authored
Update package.json
1 parent 9af2b45 commit bc2545e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"scripts": {
3232
"build": "npm i && tsc",
3333
"tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\"",
34-
"clean": "cd ../demo && rimraf hooks node_modules platforms && cd ../src && rimraf node_modules && npm run build",
34+
"clean": "cd ../demo && rimraf hooks node_modules platforms && cd ../src && rimraf node_modules",
3535
"ci.tslint": "npm i && tslint '**/*.ts' --config ../tslint.json --exclude '**/node_modules/**'",
3636
"postinstall": "node scripts/postinstall.js",
3737
"preuninstall": "node scripts/preuninstall.js"

0 commit comments

Comments
 (0)