Skip to content

Commit

Permalink
build before release and add files to package json
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Dec 29, 2024
1 parent f33e066 commit 634aed2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bun-pver-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm install -g pver
- run: bun install --frozen-lockfile
- run: bun run build
- run: pver release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "circuit-json-to-readable-netlist",
"main": "dist/index.js",
"version": "0.0.3",
"files": [
"dist"
],
"scripts": {
"build": "tsup ./lib/index.ts --format esm --dts",
"test": "bun test"
Expand Down

0 comments on commit 634aed2

Please sign in to comment.