Skip to content

Commit

Permalink
Fix test script bug
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Dec 4, 2024
1 parent 11c97cf commit 56bad25
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 @@ -7,7 +7,7 @@
"typings": "./lib/index.d.ts",
"scripts": {
"prepare": "ts-patch install",
"build": "npm run build:main",
"build": "npm run build:main && npm run build:test",
"build:main": "rimraf lib && tsc && rollup -c",
"build:test": "rimraf bin && tsc -p test/tsconfig.json",
"dev": "npm run build:test -- --watch",
Expand Down

0 comments on commit 56bad25

Please sign in to comment.