Merged in fix/pinned-yarn-version (pull request #1428)
fix: different packageManager versions in different package.json's caused issues when installing * fix: different packageManager versions in different package.json's caused issues when installing * fix: build error Approved-by: Anton Gunnarsson
This commit is contained in:
34
package.json
34
package.json
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"name": "scandic",
|
||||
"packageManager": "yarn@4.5.1",
|
||||
"scripts": {
|
||||
"build": "yarn workspace @scandic-hotels/design-system build && yarn workspace @scandic-hotels/scandic-web 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"
|
||||
}
|
||||
"name": "scandic",
|
||||
"packageManager": "yarn@4.6.0",
|
||||
"scripts": {
|
||||
"build": "yarn workspace @scandic-hotels/design-system build && yarn workspace @scandic-hotels/scandic-web 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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user