Skip to content

Commit

Permalink
fix watch npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
giabao committed Apr 21, 2019
1 parent 10e74ff commit ebcf31f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"clean": "rimraf dist .rpt2_cache",
"dist-prepare": "node scripts/dist-prepare.js",
"tsc:scripts": "tsc -b scripts/tsconfig.json",
"watch:tsc:scripts": "tsc -b scripts/tsconfig.json --watch --pretty",
"watch:scripts": "tsc -b scripts/tsconfig.json --watch --pretty",
"tsc:src": "node $NODE_DEBUG_OPTION scripts/tsc.js -b",
"watch:tsc:src": "node scripts/tsc.js -b --watch --pretty",
"watch:tsc_src": "node scripts/tsc.js -b --watch --pretty",
"rollup:src": "rollup -c scripts/rollup.config.js",
"watch:rollup:src": "FORCE_COLOR=1 rollup -c scripts/rollup.config.js --watch",
"watch:rollup_src": "FORCE_COLOR=1 rollup -c scripts/rollup.config.js --watch",
"build:test": "rollup -c scripts/rollup.config.test.js",
"watch:test": "FORCE_COLOR=1 rollup -c scripts/rollup.config.test.js --watch",
"build:src": "npm-run-all tsc:src rollup:src",
Expand Down

0 comments on commit ebcf31f

Please sign in to comment.