Files
web/package.json
Joakim Jäderberg 92b81ab8e7 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
2025-02-27 11:55:51 +00:00

20 lines
534 B
JSON

{
"name": "scandic",
"packageManager": "yarn@4.6.0",
"scripts": {
"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"
},
"workspaces": [
"apps/*",
"packages/*"
],
"devDependencies": {
"@types/react": "^18",
"@types/react-dom": "^18",
"husky": "^9.1.7",
"lint-staged": "^15.2.2"
}
}