mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-11-18 00:49:02 +00:00
Switch to modified existing yarn config so it actually works
I hate it, it's nasty, but it actually works. Until https://github.com/mrmartineau/gatsby-theme-code-notes/issues/65 is fixed, it's the best I can do
This commit is contained in:
parent
c74269163a
commit
62baca6e51
4 changed files with 16056 additions and 22305 deletions
|
@ -3,13 +3,14 @@ image: "node:lts-slim"
|
||||||
cache:
|
cache:
|
||||||
key: ${CI_COMMIT_REF_SLUG}
|
key: ${CI_COMMIT_REF_SLUG}
|
||||||
paths:
|
paths:
|
||||||
- .npm
|
- node_modules/
|
||||||
|
- .yarn
|
||||||
- .cache
|
- .cache
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- npm ci --cache .npm --prefer-offline --production
|
- yarn install --prefer-offline --production
|
||||||
- npm run release
|
- npm run release
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
22301
package-lock.json
generated
22301
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -19,8 +19,7 @@
|
||||||
"gatsby-theme-code-notes": "^1.15.1",
|
"gatsby-theme-code-notes": "^1.15.1",
|
||||||
"gzipper": "^4.0.2",
|
"gzipper": "^4.0.2",
|
||||||
"react": "^16.13.1",
|
"react": "^16.13.1",
|
||||||
"react-dom": "^16.13.1",
|
"react-dom": "^16.13.1"
|
||||||
"theme-ui": "^0.3.1"
|
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue