Skip to content

Commit

Permalink
Switched back to tsc for local dev #183
Browse files Browse the repository at this point in the history
  • Loading branch information
cshawaus committed Sep 25, 2020
1 parent 11ca470 commit 8019cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"build.compile.cli": "cross-env NODE_ENV=production microbundle build --format cjs --no-sourcemap --target node --no-compress --tsconfig tsconfig.json --entry src/bin/cli-service.ts --output dist/bin/cli-service.js",
"clean": "rm -rf dist",
"dev": "npm run clean && npm run dev.watch",
"dev.watch": "cross-env NODE_ENV=development microbundle watch --entry src/index.ts --entry src/bin/cli-service.ts --format cjs --target node --no-compress --no-pkg-main --tsconfig tsconfig.json",
"dev.watch": "npm run clean && cross-env NODE_ENV=development tsc --watch --declaration true --declarationDir dist/types",
"lint": "eslint '**/*.ts'",
"postbuild": "chmod +x dist/bin/cli-service.js",
"postversion": "npm run test && git push && git push --tags",
Expand Down

0 comments on commit 8019cc6

Please sign in to comment.