We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23106d5 commit 5595ea5Copy full SHA for 5595ea5
package.json
@@ -7,7 +7,7 @@
7
"scripts": {
8
"develop": "gatsby develop",
9
"start": "yarn run develop",
10
- "build": "echo 'started build' && yarn run stackbit && yarn install && yarn run compile && echo 'finished build' && yarn run serve",
+ "build": "echo 'started build' && yarn run stackbit && yarn install && yarn run compile && echo 'finished build'",
11
"stackbit": "npx @stackbit/stackbit-pull --stackbit-pull-api-url=https://api.stackbit.com/pull/60323df295aa610015b59f66 --stackbit-api-key=STACKBIT_API_KEY",
12
"compile": "cross-env GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --prefix-paths --log-pages",
13
"serve": "gatsby serve"
0 commit comments