We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce7d5f commit 92fb28dCopy full SHA for 92fb28d
package.json
@@ -20,6 +20,7 @@
20
"test.integration": "npm run build && atom --test spec",
21
"clean": "shx rm -rf dist",
22
"tsc": "tsc -p ./lib/tsconfig.json",
23
+ "tsc.dev": "npm run tsc -- --watch",
24
"dev": "npm run clean && cross-env NODE_ENV=development cross-env BABEL_KEEP_MODULES=true rollup -c -w",
25
"build": "npm run clean && cross-env NODE_ENV=production cross-env BABEL_KEEP_MODULES=true rollup -c",
26
"build-commit": "build-commit -o dist",
0 commit comments