Skip to content

Commit

Permalink
npmignore + actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaengelhard committed Jan 30, 2024
1 parent ea7d29d commit f9f448b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm run build
- run: pnpm adduser
- run: pnpm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ jest.config.ts
.github
.changeset
jest.config.ts
typedoc.json
typedoc.json
src
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint": "tsc",
"docs": "npx typedoc",
"test": "jest --silent=false",
"release": "pnpm run build && changeset publish && pnpm run docs"
"release": "pnpm run build && changeset publish"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit f9f448b

Please sign in to comment.