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