Skip to content

Commit

Permalink
tet: fix test build
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jan 12, 2025
1 parent d9061b6 commit 4409bcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"build": "tsc -p .",
"clean": "git clean -fx module/",
"prepublish": "npm run --if-present build",
"test": "npm run build && npm run test:unit",
"test": "npm run test:build && npm run test:unit",
"test:build": "tsc -p test",
"test:unit": "node --experimental-strip-types --test \"test/unit/**/*.ts\"",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
"prepare": "git config --local core.hooksPath .githooks"
Expand Down

0 comments on commit 4409bcd

Please sign in to comment.