Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit de3abf6

Browse files
committed
chore(script): fix watch script typo
1 parent 3080139 commit de3abf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"sass": "node-sass ./src/dev-client/sass/ion-dev.scss --output ./bin/ --output-style compressed",
2828
"sass-watch": "npm run sass && node-sass ./src/dev-client/sass/ion-dev.scss --watch --output ./bin/ --output-style compressed",
2929
"test": "jest",
30-
"watch": "npm run clean && & npm run sass-watch"
30+
"watch": "npm run clean && tsc --watch & npm run sass-watch"
3131
},
3232
"main": "dist/index.js",
3333
"dependencies": {
@@ -55,7 +55,7 @@
5555
"tslint": "3.15.1",
5656
"tslint-eslint-rules": "1.5.0",
5757
"uglify-js": "2.7.3",
58-
"webpack": "^2.1.0-beta.27",
58+
"webpack": "2.2.0-rc.3",
5959
"ws": "1.1.1",
6060
"xml2js": "^0.4.17"
6161
},

0 commit comments

Comments
 (0)