Skip to content

Commit

Permalink
actions: updated publish
Browse files Browse the repository at this point in the history
  • Loading branch information
darseen committed Aug 17, 2024
1 parent d3e4d6d commit 0870156
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
- name: Test
run: pnpm test

- name: Build
run: pnpm build

- name: Publish to NPM
run: pnpm release

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "tsup ./src/amadeus/index.ts --clean --format cjs,esm --dts",
"test": "vitest run",
"lint": "tsc",
"release": "pnpm build && pnpm publish --access public"
"release": "pnpm build && pnpm publish"
},
"keywords": [
"amadeus",
Expand Down

0 comments on commit 0870156

Please sign in to comment.