chore(ci): disable immutable check due to (#60)

This commit is contained in:
Pooya Parsa 2021-04-06 15:21:34 +02:00
parent 0524e9844a
commit f492991b1b
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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"
},