Skip to content

Commit

Permalink
Fix 'types' script
Browse files Browse the repository at this point in the history
  • Loading branch information
flevi29 committed Oct 5, 2024
1 parent b6d26f6 commit 2836d06
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 @@ -48,7 +48,7 @@
"watch": "yarn cleanup && rollup -c --watch",
"test": "vitest run --coverage",
"types:watch": "nodemon --config nodemon.json",
"types": "yarn tsc",
"types": "tsc -p tsconfig.build.json --noEmit",
"test:env:browser": "node scripts/copy-umd-file.js -to ./tests/env/express/public && yarn build && yarn --cwd tests/env/express && yarn --cwd tests/env/express test",
"test:watch": "vitest watch",
"test:coverage": "yarn test",
Expand Down

0 comments on commit 2836d06

Please sign in to comment.