add combined build:for:cms script
This commit is contained in:
@@ -55,9 +55,7 @@
|
||||
"new-extension": "plop --plopfile ./devops/plop/plop.js",
|
||||
"compile": "tsc",
|
||||
"check": "npm run lint && npm run compile && npm run build-storybook",
|
||||
"build2": "tsc --project ./src/tsconfig.json",
|
||||
"copy": "node ./devops/build/copy.mjs",
|
||||
"build:external": "rollup -c ./src/rollup.config.js"
|
||||
"build:for:cms2": "tsc --project ./src/tsconfig.json && rollup -c ./src/rollup.config.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.14 <19",
|
||||
|
||||
Reference in New Issue
Block a user