Skip to content

Commit

Permalink
👷 Fix publish pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
DRFR0ST committed May 26, 2024
1 parent cd34e81 commit a123af4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}
registry=https://registry.npmjs.org/
always-auth=true
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"version": "1.0.1",
"module": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "bun run src/index.ts",
"build": "bun run build:bun && bun run build:emitDeclarations",
Expand Down

0 comments on commit a123af4

Please sign in to comment.