"vscode:/vscode.git/clone" did not exist on "bfe94a3993e069bf386c84e16a84ebbecdd7c5db"
Commit 60c3df39 authored by James Tharpe's avatar James Tharpe
Browse files

Gatsby doesn't like npm run args

parent 39e053f4
......@@ -8,7 +8,7 @@ build:
script:
- CI=true
- npm install
- npm run build -- --prefix-paths
- npm run build
artifacts:
paths:
- public
......
......@@ -26,7 +26,7 @@
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"build": "gatsby build --prefix-paths",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment