Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions demo-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"build": "gatsby -v && gatsby build && ls -l .cache public",
"serve": "gatsby serve",
"clean": "gatsby clean && rm -rf .netlify/cache .netlify/functions*",
"build:netlify": "netlify build --offline",
"preview": "netlify dev --offline",
"build:netlify": "netlify build --offline --cwd .",
"preview": "netlify dev --offline --cwd .",
"test": "run-s build:netlify test:e2e",
"test:e2e": "start-server-and-test preview 8888 test:jest",
"test:jest": "jest"
Expand Down
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"build": "gatsby -v && gatsby build && ls -l .cache public",
"serve": "gatsby serve",
"clean": "gatsby clean && rm -rf .netlify/cache .netlify/functions*",
"build:netlify": "netlify build --offline",
"preview": "netlify dev --offline",
"build:netlify": "netlify build --offline --cwd .",
"preview": "netlify dev --offline --cwd .",
"test": "run-s build:netlify test:e2e",
"test:e2e": "start-server-and-test preview 8888 test:jest",
"test:jest": "jest"
Expand Down
Loading