Skip to content

Commit 0a2dc8c

Browse files
committed
make new scripts folder and ensure tsconfig and package.json know how to reach it
1 parent 7d2fd91 commit 0a2dc8c

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"prebuild-wasm": "npm run wasm -- --prebuild && npm run wasm -- --setup",
1616
"build-wasm": "npm run wasm -- --docker",
1717
"wasm": "node --import tsx bin/build_wasm.ts",
18-
"clean": "node --import tsx bin/clean.ts",
18+
"clean": "node --import tsx scripts/clean.ts",
1919
"prepare": "npm run clean && npm run build-ts",
2020
"test": "node --import tsx ./test/md-test.ts",
2121
"lint": "eslint",
File renamed without changes.

tsconfig.test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"allowJs": true,
55
"checkJs": true
66
},
7-
"include": ["bench/**/*.ts", "bin/**/*.ts", "src/**/*.ts", "test/**/*.ts", "eslint.config.mjs"],
7+
"include": ["bench/**/*.ts", "bin/**/*.ts", "src/**/*.ts", "test/**/*.ts", "scripts/**/*.ts","eslint.config.mjs"],
88
}

0 commit comments

Comments
 (0)