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: ...@@ -8,7 +8,7 @@ build:
script: script:
- CI=true - CI=true
- npm install - npm install
- npm run build -- --prefix-paths - npm run build
artifacts: artifacts:
paths: paths:
- public - public
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
], ],
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"build": "gatsby build", "build": "gatsby build --prefix-paths",
"develop": "gatsby develop", "develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"", "format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop", "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