Skip to content

Commit

Permalink
feat: update dependencies and version
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddyuchina committed Aug 11, 2024
1 parent 4e6ff6e commit 2e31655
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ jobs:
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm install -g pnpm # install pnpm
- run: pnpm install
- run: pnpm run build
- run: pnpm publish
- run: npm install
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sutando/schema-inspector",
"version": "0.1.1",
"version": "0.1.2",
"description": "Utility for extracting information about existing database schema",
"main": "./dist/index.js",
"scripts": {
Expand Down

0 comments on commit 2e31655

Please sign in to comment.