Skip to content

Commit 7921f59

Browse files
committed
update netlify config
1 parent 67db41c commit 7921f59

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[build]
2-
command = "npm install && npm run build && npm run deploy"
2+
command = "npm install --legacy-peer-deps && npm run build && npm run deploy"
33
publish = "site"
44

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"description": "A collection of my frontend project",
99
"main": "script.js",
1010
"scripts": {
11+
"install": "npm install --legacy-peer-deps",
1112
"build": "npm run build --ws",
1213
"deploy": "npm exec --ws -c ../../../scripts/deploy.sh && ./scripts/deployStatic.sh",
1314
"femFetch": "./scripts/femfetch.sh",

0 commit comments

Comments
 (0)