cleanup script

This commit is contained in:
Jacob Overgaard
2024-02-13 09:35:35 +01:00
parent db7ad890fa
commit 0b74652d08
2 changed files with 1 additions and 19 deletions

View File

@@ -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",