mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-11-16 20:49:06 +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:
|
||||
key: ${CI_COMMIT_REF_SLUG}
|
||||
paths:
|
||||
- .npm
|
||||
- node_modules/
|
||||
- .yarn
|
||||
- .cache
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- npm ci --cache .npm --prefer-offline --production
|
||||
- yarn install --prefer-offline --production
|
||||
- npm run release
|
||||
artifacts:
|
||||
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",
|
||||
"gzipper": "^4.0.2",
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1",
|
||||
"theme-ui": "^0.3.1"
|
||||
"react-dom": "^16.13.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in a new issue