Skip to content

Commit 9bcad68

Browse files
committed
improved scripts
1 parent f8a8ac4 commit 9bcad68

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
"precommit": "npm run lint && npm run tsc",
1717
"prepush": "npm run precommit && npm test",
1818
"preversion": "npm run lint && npm test",
19-
"unbundle": "rimraf temp/vendor.dev.js",
19+
"unbundle": "shx rm temp/vendor.dev.js",
2020
"build": "npm run build:app && npm run build:vendor",
2121
"build:app": "node scripts/build.js app",
2222
"build:vendor": "node scripts/build.js vendor",
2323
"build:dev": "node scripts/build.js dev",
2424
"build:debug": "node scripts/build.js debug",
2525
"bad": "npm run build:app && npm run deploy",
2626
"bvd": "npm run build:vendor && npm run deploy",
27-
"lint": "tslint './src/**/*.ts[x]'",
27+
"lint": "tslint 'src/**/*.ts[x]'",
2828
"tsc": "tsc -p src",
2929
"tsc:watch": "tsc -p src -w",
3030
"test": "jspm run src/test-runner | faucet",
@@ -48,7 +48,6 @@
4848
"jspm": "^0.17.0-beta.32",
4949
"jspm-hmr": "^0.5.0",
5050
"regenerator": "^0.9.5",
51-
"rimraf": "^2.5.4",
5251
"shelljs": "^0.7.5",
5352
"shx": "^0.2.1",
5453
"tslint": "^4.0.2",

0 commit comments

Comments
 (0)