cleanup script
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
"build:for:cms": "npm run build && node ./devops/build/copy-to-cms.js",
|
||||
"build:for:static": "vite build",
|
||||
"build:vite": "tsc && vite build --mode staging",
|
||||
"build": "tsc --project ./src/tsconfig.build.json && rollup -c ./src/rollup.config.js && node ./devops/build/create-module-list.js && npm run package:validate",
|
||||
"build": "tsc --project ./src/tsconfig.build.json && rollup -c ./src/rollup.config.js && npm run package:validate",
|
||||
"check": "npm run lint:errors && npm run compile && npm run build-storybook && npm run generate:jsonschema:dist",
|
||||
"compile": "tsc",
|
||||
"dev": "vite",
|
||||
|
||||
Reference in New Issue
Block a user