Skip to content

Commit

Permalink
chore: add tsc.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Feb 27, 2021
1 parent 3ce7d5f commit 92fb28d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"test.integration": "npm run build && atom --test spec",
"clean": "shx rm -rf dist",
"tsc": "tsc -p ./lib/tsconfig.json",
"tsc.dev": "npm run tsc -- --watch",
"dev": "npm run clean && cross-env NODE_ENV=development cross-env BABEL_KEEP_MODULES=true rollup -c -w",
"build": "npm run clean && cross-env NODE_ENV=production cross-env BABEL_KEEP_MODULES=true rollup -c",
"build-commit": "build-commit -o dist",
Expand Down

0 comments on commit 92fb28d

Please sign in to comment.