mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-17 19:25:32 -04:00
fix npm-run-all
This commit is contained in:
@@ -37,5 +37,5 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
],
|
||||
ignorePatterns: ["public/**", "static/assets/**"],
|
||||
ignorePatterns: ["public/**", "static/assets/**", ".yarn/**"],
|
||||
};
|
||||
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
with:
|
||||
node-version: 14.x
|
||||
cache: yarn
|
||||
- run: yarn install --frozen-lockfile
|
||||
- run: yarn install --immutable
|
||||
- run: yarn build
|
||||
env:
|
||||
NODE_ENV: production
|
||||
|
@@ -15,4 +15,5 @@ _vendor/
|
||||
.vercel/
|
||||
.lighthouseci/
|
||||
.vscode/
|
||||
.yarn/
|
||||
content/notes/dark-mode/example.html
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user