Skip to content

Commit

Permalink
Add intern and watch dev scripts
Browse files Browse the repository at this point in the history
- `intern` runs the TS intern directly (without needing to build)
- `watch` starts a build watcher

[ci skip]
  • Loading branch information
jason0x43 committed Jan 23, 2020
1 parent 44ad280 commit 760069f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@
"build:src": "ts-node scripts/build.ts",
"build:api": "ts-node scripts/api.ts",
"build": "concurrently npm:build:src npm:build:api",
"intern": "ts-node -r tsconfig-paths/register src/bin/intern.ts",
"devpack": "ts-node scripts/build.ts --pack",
"lint": "eslint src --ext .ts",
"release": "cross-env INTERN_BUILD=release ts-node scripts/release.ts",
"start": "ts-node scripts/test.ts --serve-only",
"test": "ts-node scripts/test.ts",
"watch": "ts-node scripts/build.ts --watch",
"ci": "ts-node scripts/test.ts --config @ci"
},
"dependencies": {
Expand Down

0 comments on commit 760069f

Please sign in to comment.