1
Fork 0
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-12-22 19:05:59 +00:00

Do lots of updates so it actually builds

This commit is contained in:
Jake Howard 2022-09-09 15:50:05 +01:00
parent cb3297d70a
commit 7e0a022548
Signed by: jake
GPG key ID: 57AFB45680EDD477
5 changed files with 41469 additions and 15848 deletions

View file

@ -8,10 +8,10 @@ static:
cache: cache:
key: ${CI_COMMIT_REF_SLUG} key: ${CI_COMMIT_REF_SLUG}
paths: paths:
- .yarn - .npm
- .cache - .cache
before_script: before_script:
- yarn install --cache-folder .yarn --prefer-offline --production --network-timeout 100000 - npm ci --cache .npm --prefer-offline
script: script:
- npm run build - npm run build
artifacts: artifacts:

View file

@ -1,8 +1,7 @@
--- ---
title: Example note title: Example note
tags:
- example
emoji: 👋 emoji: 👋
modified: 2022-09-09
--- ---
This is an example note, see below for some code. This is an example note, see below for some code.

41459
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -9,20 +9,17 @@
"start": "gatsby develop" "start": "gatsby develop"
}, },
"dependencies": { "dependencies": {
"gatsby": "^2.23.18", "gatsby": "^3.14.6",
"gatsby-plugin-plausible": "^0.0.6", "gatsby-plugin-plausible": "^0.0.7",
"gatsby-plugin-robots-txt": "^1.5.3", "gatsby-plugin-robots-txt": "^1.7.1",
"gatsby-plugin-sitemap": "^2.4.14", "gatsby-plugin-sitemap": "^4.10.0",
"gatsby-plugin-sri": "^1.1.0", "gatsby-plugin-sri": "^1.1.0",
"gatsby-theme-code-notes": "^1.15.1", "gatsby-theme-code-notes": "^2.3.0",
"react": "^16.13.1", "react": "^17.0.2",
"react-dom": "^16.13.1" "react-dom": "^17.0.2"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/RealOrangeOne/notes" "url": "https://github.com/RealOrangeOne/notes"
},
"bugs": {
"url": "https://github.com/RealOrangeOne/notes/issues"
} }
} }

15834
yarn.lock

File diff suppressed because it is too large Load diff