Merged in fix/ci-build (pull request #1434)
Fix/ci build * fix: use explicit ci:build command since pre-scripts don't work in yarn * fix: don't remove .next-folder on dev * revert change to netlify.toml Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"name": "scandic",
|
||||
"packageManager": "yarn@4.6.0",
|
||||
"scripts": {
|
||||
"build": "yarn workspace @scandic-hotels/design-system build && yarn workspace @scandic-hotels/scandic-web build",
|
||||
"build": "yarn workspace @scandic-hotels/design-system build && yarn workspace @scandic-hotels/scandic-web ci:build",
|
||||
"lint": "yarn workspace @scandic-hotels/scandic-web lint",
|
||||
"postinstall": "husky"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user