Skip to content

Commit

Permalink
build: ⚡ add rollup dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Elimeleth committed Feb 29, 2024
1 parent 9f4660a commit 5ecb8db
Show file tree
Hide file tree
Showing 3 changed files with 10,969 additions and 14,753 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/all-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Install dependencies
run: |
npm install -g pnpm rollup
npm install -g pnpm
pnpm install
- name: Run tests
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,7 @@
"typescript": "^5.2.2"
},
"packageManager": "[email protected]",
"dependencies": {}
"dependencies": {
"rollup": "^4.12.0"
}
}
Loading

0 comments on commit 5ecb8db

Please sign in to comment.