mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
chore(ci): disable immutable check due to (#60)
This commit is contained in:
parent
0524e9844a
commit
f492991b1b
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
run: yarn --immutable
|
||||
run: yarn # --immutable
|
||||
|
||||
- name: Lint
|
||||
run: yarn lint
|
||||
|
@ -13,7 +13,6 @@
|
||||
"nu": "./node_modules/.bin/nu",
|
||||
"play": "yarn run nu dev playground",
|
||||
"lint": "yarn gentypes && eslint --ext .vue,.ts,.js .",
|
||||
"publish": "yarn",
|
||||
"test": "yarn lint",
|
||||
"postinstall": "yarn stub"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user