We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c663ee7 commit 3754a20Copy full SHA for 3754a20
package.json
@@ -19,7 +19,7 @@
19
"lint": "eslint \".\" && prettier --check \"./src/**/*.ts\"",
20
"clean": "rm -Rf node_modules/ dist/",
21
"build": "tsc",
22
- "build-with-tests": "tsc && cp 'src/test/echo space.js' dist/test",
+ "build-with-tests": "tsc --project tsconfig-with-tests.json && cp 'src/test/echo space.js' dist/test",
23
"generate": "./generate-client.sh",
24
"watch": "tsc --watch",
25
"test": "c8 node --test --test-reporter=spec --import tsx src/*_test.ts",
0 commit comments