Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9998db9

Browse files
committed
Change to prepublishOnly script to resolve repo bootstrap issue
1 parent 3ea4f32 commit 9998db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"scripts": {
3636
"develop": "gatsby develop",
37-
"prepare": "cross-env NODE_ENV=production yarn run build",
37+
"prepublishOnly": "cross-env NODE_ENV=production yarn run build",
3838
"build": "gatsby build --prefix-paths",
3939
"watch": "nodemon --watch src --ext js,ts,tsx,json --exec \"yarn run build\""
4040
}

0 commit comments

Comments
 (0)