mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 05:02:07 +00:00
fix(scripts): make npm scripts cross-platform with shx (closes #1771)
This commit is contained in:
parent
993d916e56
commit
76a191c264
9 changed files with 15 additions and 13 deletions
|
|
@ -5,7 +5,7 @@
|
|||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"clean": "rm -rf dist",
|
||||
"clean": "shx rm -rf dist",
|
||||
"build": "tsgo -p tsconfig.build.json",
|
||||
"dev": "tsgo -p tsconfig.build.json --watch --preserveWatchOutput",
|
||||
"test": "node --test --import tsx test/*.test.ts",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue