Skip to content

Commit 3754a20

Browse files
committed
revert
1 parent c663ee7 commit 3754a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"lint": "eslint \".\" && prettier --check \"./src/**/*.ts\"",
2020
"clean": "rm -Rf node_modules/ dist/",
2121
"build": "tsc",
22-
"build-with-tests": "tsc && cp 'src/test/echo space.js' dist/test",
22+
"build-with-tests": "tsc --project tsconfig-with-tests.json && cp 'src/test/echo space.js' dist/test",
2323
"generate": "./generate-client.sh",
2424
"watch": "tsc --watch",
2525
"test": "c8 node --test --test-reporter=spec --import tsx src/*_test.ts",

0 commit comments

Comments
 (0)