Skip to content
Snippets Groups Projects
Commit 60c3df39 authored by James Tharpe's avatar James Tharpe
Browse files

Gatsby doesn't like npm run args

parent 39e053f4
Branches
No related tags found
No related merge requests found
...@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment