mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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
|
- name: Install dependencies
|
||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
run: yarn --immutable
|
run: yarn # --immutable
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: yarn lint
|
run: yarn lint
|
||||||
|
@ -13,7 +13,6 @@
|
|||||||
"nu": "./node_modules/.bin/nu",
|
"nu": "./node_modules/.bin/nu",
|
||||||
"play": "yarn run nu dev playground",
|
"play": "yarn run nu dev playground",
|
||||||
"lint": "yarn gentypes && eslint --ext .vue,.ts,.js .",
|
"lint": "yarn gentypes && eslint --ext .vue,.ts,.js .",
|
||||||
"publish": "yarn",
|
|
||||||
"test": "yarn lint",
|
"test": "yarn lint",
|
||||||
"postinstall": "yarn stub"
|
"postinstall": "yarn stub"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user