1
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-06-29 05:46:59 +01: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:
Jake Howard 2020-10-01 17:55:59 +01:00
parent c74269163a
commit 62baca6e51
Signed by: jake
GPG Key ID: 57AFB45680EDD477
4 changed files with 16056 additions and 22305 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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",

16052
yarn.lock Normal file

File diff suppressed because it is too large Load Diff