Skip to content

Commit 5595ea5

Browse files
committed
Fix(mdj): minor bug fixes
1 parent 23106d5 commit 5595ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"develop": "gatsby develop",
99
"start": "yarn run develop",
10-
"build": "echo 'started build' && yarn run stackbit && yarn install && yarn run compile && echo 'finished build' && yarn run serve",
10+
"build": "echo 'started build' && yarn run stackbit && yarn install && yarn run compile && echo 'finished build'",
1111
"stackbit": "npx @stackbit/stackbit-pull --stackbit-pull-api-url=https://api.stackbit.com/pull/60323df295aa610015b59f66 --stackbit-api-key=STACKBIT_API_KEY",
1212
"compile": "cross-env GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --prefix-paths --log-pages",
1313
"serve": "gatsby serve"

0 commit comments

Comments
 (0)