mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 04:58:26 -04:00
revert to warm and fuzzy yarn v1
This commit is contained in:
parent
e51961c69a
commit
725a3ae6e5
@ -37,5 +37,5 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
ignorePatterns: ["public/**", "static/assets/**", ".yarn/**"],
|
ignorePatterns: ["public/**", "static/assets/**"],
|
||||||
};
|
};
|
||||||
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 14.x
|
node-version: 14.x
|
||||||
cache: yarn
|
cache: yarn
|
||||||
- run: yarn install --immutable
|
- run: yarn install --frozen-lockfile
|
||||||
- run: yarn build
|
- run: yarn build
|
||||||
env:
|
env:
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
|
9
.gitignore
vendored
9
.gitignore
vendored
@ -15,15 +15,6 @@ npm-debug.log*
|
|||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
|
||||||
# yarn berry
|
|
||||||
.pnp.*
|
|
||||||
.yarn/*
|
|
||||||
!.yarn/patches
|
|
||||||
!.yarn/plugins
|
|
||||||
!.yarn/releases
|
|
||||||
!.yarn/sdks
|
|
||||||
!.yarn/versions
|
|
||||||
|
|
||||||
# Lighthouse CI
|
# Lighthouse CI
|
||||||
.lighthouseci/
|
.lighthouseci/
|
||||||
|
|
||||||
|
@ -15,5 +15,4 @@ _vendor/
|
|||||||
.vercel/
|
.vercel/
|
||||||
.lighthouseci/
|
.lighthouseci/
|
||||||
.vscode/
|
.vscode/
|
||||||
.yarn/
|
|
||||||
content/notes/dark-mode/example.html
|
content/notes/dark-mode/example.html
|
||||||
|
363
.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
vendored
363
.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
vendored
File diff suppressed because one or more lines are too long
631
.yarn/releases/yarn-3.0.2.cjs
vendored
631
.yarn/releases/yarn-3.0.2.cjs
vendored
File diff suppressed because one or more lines are too long
@ -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
|
|
@ -20,7 +20,7 @@
|
|||||||
"clean": "gulp clean",
|
"clean": "gulp clean",
|
||||||
"start": "gulp serve",
|
"start": "gulp serve",
|
||||||
"start:vercel": "volta run --node 14 --npm 6 -- vercel dev",
|
"start:vercel": "volta run --node 14 --npm 6 -- vercel dev",
|
||||||
"lint": "run-s 'lint:**'",
|
"lint": "run-s lint:**",
|
||||||
"lint:js": "eslint .",
|
"lint:js": "eslint .",
|
||||||
"lint:css": "stylelint '**/*.{css,scss}'",
|
"lint:css": "stylelint '**/*.{css,scss}'",
|
||||||
"lint:md": "markdownlint '**/*.md' --config .markdownlintrc.json --ignore node_modules",
|
"lint:md": "markdownlint '**/*.md' --config .markdownlintrc.json --ignore node_modules",
|
||||||
@ -77,7 +77,7 @@
|
|||||||
"eslint-config-prettier": "~8.3.0",
|
"eslint-config-prettier": "~8.3.0",
|
||||||
"eslint-plugin-compat": "~3.13.0",
|
"eslint-plugin-compat": "~3.13.0",
|
||||||
"eslint-plugin-import": "~2.25.2",
|
"eslint-plugin-import": "~2.25.2",
|
||||||
"eslint-plugin-lit": "~1.6.0",
|
"eslint-plugin-lit": "~1.6.1",
|
||||||
"eslint-plugin-prettier": "~4.0.0",
|
"eslint-plugin-prettier": "~4.0.0",
|
||||||
"gulp": "^4.0.2",
|
"gulp": "^4.0.2",
|
||||||
"gulp-cache": "^1.1.3",
|
"gulp-cache": "^1.1.3",
|
||||||
@ -112,7 +112,7 @@
|
|||||||
"stylelint-scss": "~3.21.0",
|
"stylelint-scss": "~3.21.0",
|
||||||
"terser": "^5.9.0",
|
"terser": "^5.9.0",
|
||||||
"terser-webpack-plugin": "^5.2.4",
|
"terser-webpack-plugin": "^5.2.4",
|
||||||
"webpack": "^5.58.2",
|
"webpack": "^5.59.0",
|
||||||
"webpack-assets-manifest": "^5.0.6",
|
"webpack-assets-manifest": "^5.0.6",
|
||||||
"webpack-cli": "^4.9.1",
|
"webpack-cli": "^4.9.1",
|
||||||
"webpack-dev-server": "^4.3.1"
|
"webpack-dev-server": "^4.3.1"
|
||||||
@ -124,7 +124,7 @@
|
|||||||
"imagemin-svgo": "^10.0.0"
|
"imagemin-svgo": "^10.0.0"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"imagemin-mozjpeg/mozjpeg": "7.1.0"
|
"mozjpeg": "7.1.0"
|
||||||
},
|
},
|
||||||
"simple-git-hooks": {
|
"simple-git-hooks": {
|
||||||
"pre-commit": "npx lint-staged"
|
"pre-commit": "npx lint-staged"
|
||||||
@ -143,7 +143,6 @@
|
|||||||
"prettier --check"
|
"prettier --check"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@3.0.2",
|
|
||||||
"volta": {
|
"volta": {
|
||||||
"node": "14.18.1",
|
"node": "14.18.1",
|
||||||
"yarn": "1.22.17"
|
"yarn": "1.22.17"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user