Skip to content

Commit

Permalink
chore: setupgithub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Max10240 committed May 22, 2023
1 parent b4329f2 commit 2cb8b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ts-json5-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"scripts": {
"test": "vitest",
"test:ci": "vitest run",
"coverage": "vitest run --coverage",
"coverage": "npx vitest run --coverage",
"dev:tsc": "TSCONFIG_PATH=tsconfig.emit.json; tsc -w -p $TSCONFIG_PATH & tsc-alias -w -p $TSCONFIG_PATH",
"build:tsc": "TSCONFIG_PATH=tsconfig.emit.json; tsc -p $TSCONFIG_PATH && tsc-alias -p $TSCONFIG_PATH",
"dev": "tsup --watch",
Expand Down

0 comments on commit 2cb8b5c

Please sign in to comment.