Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 270bdc2

Browse files
committedAug 2, 2024·
added npm install command
1 parent 0601598 commit 270bdc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"serve": "gatsby serve",
4848
"clean": "gatsby clean",
4949
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
50-
"simulate": "gatsby clean && gatsby build && gatsby serve"
50+
"simulate": "gatsby clean && gatsby build && gatsby serve",
51+
"install": "npm install --legacy-peer-deps"
5152
},
5253
"repository": {
5354
"type": "git",

0 commit comments

Comments
 (0)
Please sign in to comment.