Skip to content

Commit

Permalink
Add test:build:watch
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Nov 21, 2024
1 parent 26a7f17 commit 0484e14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@
"scripts": {
"check": "yarn lint && yarn test",
"fix": "yarn fix:js",
"build": "tsc --build",
"fix:js": "biome check --write .",
"lint": "biome check . && tsc --build",
"lint:js": "biome check .",
"lint:ts": "tsc --build",
"pretest": "tsc --build",
"publish": "changeset publish",
"test": "tsc --build && node --test --enable-source-maps",
"build:watch": "tsc --build --watch",
"test:watch": "node --test --enable-source-maps --watch",
"test:build:watch": "npm-run-all build --parallel build:watch test:watch",
"version": "changeset version",
"release": "changeset publish"
},
Expand Down

0 comments on commit 0484e14

Please sign in to comment.