Skip to content
Open
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 .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ ports:
onOpen: open-preview

tasks:
- init: cd plugins/gatsby-remark-gitpod && npm install
- init: yarn --network-timeout 100000 && yarn build
- init: cd plugins/gatsby-remark-gitpod && npm install --ignore-scripts
- init: yarn --network-timeout 100000 --ignore-scripts && yarn build
command: yarn dev --host 0.0.0.0

vscode:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"main": "n/a",
"scripts": {
"build": "cp -r src/docs/release-notes/* static/release-notes/ && gatsby build && npx netlify-lambda build src/functions",
"build": "cp -r src/docs/release-notes/* static/release-notes/ && gatsby build && yarn netlify-lambda build src/functions",
"clean": "rimraf public",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"dev": "env-cmd -f .env.development gatsby develop",
Expand Down