Skip to content

Commit

Permalink
switch from pnpm to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
narthur committed Apr 18, 2024
1 parent 7e48d51 commit bce9b8c
Show file tree
Hide file tree
Showing 5 changed files with 3,662 additions and 2,190 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,14 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: pnpm/action-setup@v3
- run: pnpm install
- run: pnpm run test
- run: npm install-ci-test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: pnpm/action-setup@v3
- run: pnpm install
- run: pnpm run lint
- run: npm ci
- run: npm run lint
prettier:
runs-on: ubuntu-latest
steps:
Expand All @@ -29,6 +26,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: pnpm/action-setup@v3
- run: pnpm install
- run: pnpm run prepare
- run: npm ci
- run: npm run prepare
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ node_modules
scripts/
.baserowrc
__generated__/
out.txt
out.txt
pnpm-lock.yaml
Loading

0 comments on commit bce9b8c

Please sign in to comment.