mirror of
https://github.com/chrononeko/chronocat.git
synced 2024-11-16 12:51:39 +00:00
parent
5a5964b7e4
commit
71d8628e96
@ -16,7 +16,7 @@
|
||||
"clean": "node -r esbuild-register scripts/clean.cts",
|
||||
"build": "concurrently -n red \"yarn workspace @chronocat/red build\" && concurrently -n shell \"yarn workspace @chronocat/shell build\" && concurrently -n api,event \"yarn workspace @chronocat/engine-chronocat-api build\" \"yarn workspace @chronocat/engine-chronocat-event build\" && concurrently -n llqqnt,iife \"yarn workspace @chronocat/plugin-llqqnt build\" \"yarn workspace @chronocat/plugin-iife build\" && concurrently -n packengine yarn:packengine",
|
||||
"packengine": "node -r esbuild-register scripts/packengine.cts",
|
||||
"lint": "eslint --ignore-path .gitignore --ignore-pattern **/*.d.ts .",
|
||||
"lint": "eslint --ignore-path .gitignore --ignore-pattern '**/*.d.ts' .",
|
||||
"lint:fix": "yarn lint --fix",
|
||||
"test": "jest"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user