Skip to content

Commit

Permalink
Change: actions pipeline and remove .npmrc file from source
Browse files Browse the repository at this point in the history
  • Loading branch information
NobleMajo committed Jan 26, 2025
1 parent 622eea1 commit 691f6fd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:

- name: Prepare npm build
run: |
echo "//registry.npmjs.org/:_authToken=\${NODE_AUTH_TOKEN}" > .npmrc
sed -i 's!./src!./dist!g' ./package.json
bun i
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:

- name: Prepare npm build
run: |
echo "//registry.npmjs.org/:_authToken=\${NODE_AUTH_TOKEN}" > .npmrc
sed -i 's!./src!./dist!g' ./package.json
bun i
Expand Down
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
"bun",
"bunjs",
"bun-js",
"typescript",
"opensource",
"open",
"type",
"typed",
"typescript",
"ts",
"serve",
"bunserve",
"bun-serve",
Expand All @@ -39,9 +46,7 @@
"express-like",
"http",
"server",
"httpserver",
"typescript",
"opensource"
"httpserver"
],
"license": "MIT",
"homepage": "https://github.com/NobleMajo/bun-route",
Expand Down

0 comments on commit 691f6fd

Please sign in to comment.