feat: push to v2 without check packege-lock
This commit is contained in:
parent
e848f40a6b
commit
217bbe78b9
|
@ -9,7 +9,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
run: npm install
|
||||
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,3 +4,4 @@ npm-debug.log*
|
|||
.DS_Store
|
||||
.idea/
|
||||
bun.lockdb
|
||||
.devcontainer/devcontainer.json
|
||||
|
|
Loading…
Reference in New Issue
Block a user