chore(ci): switch to npm

This commit is contained in:
AAGaming
2022-10-24 20:38:18 -04:00
parent 3c553a227d
commit 19e986ed8b
4 changed files with 5287 additions and 22529 deletions

View File

@@ -19,11 +19,11 @@ jobs:
with:
node-version: 16
- name: Setup | Dependencies
run: npm ci
run: npm i -g pnpm && pnpm i --frozen-lockfile
- name: Test
run: npm test
run: pnpm run test
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm exec semantic-release
run: pnpm exec semantic-release

3
.gitignore vendored
View File

@@ -36,7 +36,4 @@ dist/
research/
# PNPM lockfile
pnpm-lock.yaml
docs/

22523
package-lock.json generated

File diff suppressed because it is too large Load Diff

5284
pnpm-lock.yaml generated Executable file

File diff suppressed because it is too large Load Diff