1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 14:08:29 -04:00

revert to warm and fuzzy yarn v1

This commit is contained in:
Jake Jarvis 2021-10-19 19:45:01 -04:00
parent e51961c69a
commit 725a3ae6e5
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
9 changed files with 10804 additions and 15921 deletions

View File

@ -37,5 +37,5 @@ module.exports = {
},
},
],
ignorePatterns: ["public/**", "static/assets/**", ".yarn/**"],
ignorePatterns: ["public/**", "static/assets/**"],
};

View File

@ -18,7 +18,7 @@ jobs:
with:
node-version: 14.x
cache: yarn
- run: yarn install --immutable
- run: yarn install --frozen-lockfile
- run: yarn build
env:
NODE_ENV: production

9
.gitignore vendored
View File

@ -15,15 +15,6 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
# yarn berry
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# Lighthouse CI
.lighthouseci/

View File

@ -15,5 +15,4 @@ _vendor/
.vercel/
.lighthouseci/
.vscode/
.yarn/
content/notes/dark-mode/example.html

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,9 +0,0 @@
enableGlobalCache: true
nodeLinker: node-modules
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
yarnPath: .yarn/releases/yarn-3.0.2.cjs

View File

@ -20,7 +20,7 @@
"clean": "gulp clean",
"start": "gulp serve",
"start:vercel": "volta run --node 14 --npm 6 -- vercel dev",
"lint": "run-s 'lint:**'",
"lint": "run-s lint:**",
"lint:js": "eslint .",
"lint:css": "stylelint '**/*.{css,scss}'",
"lint:md": "markdownlint '**/*.md' --config .markdownlintrc.json --ignore node_modules",
@ -77,7 +77,7 @@
"eslint-config-prettier": "~8.3.0",
"eslint-plugin-compat": "~3.13.0",
"eslint-plugin-import": "~2.25.2",
"eslint-plugin-lit": "~1.6.0",
"eslint-plugin-lit": "~1.6.1",
"eslint-plugin-prettier": "~4.0.0",
"gulp": "^4.0.2",
"gulp-cache": "^1.1.3",
@ -112,7 +112,7 @@
"stylelint-scss": "~3.21.0",
"terser": "^5.9.0",
"terser-webpack-plugin": "^5.2.4",
"webpack": "^5.58.2",
"webpack": "^5.59.0",
"webpack-assets-manifest": "^5.0.6",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.3.1"
@ -124,7 +124,7 @@
"imagemin-svgo": "^10.0.0"
},
"resolutions": {
"imagemin-mozjpeg/mozjpeg": "7.1.0"
"mozjpeg": "7.1.0"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
@ -143,7 +143,6 @@
"prettier --check"
]
},
"packageManager": "yarn@3.0.2",
"volta": {
"node": "14.18.1",
"yarn": "1.22.17"

25699
yarn.lock

File diff suppressed because it is too large Load Diff