Skip to content

Commit

Permalink
test npm push
Browse files Browse the repository at this point in the history
  • Loading branch information
shijinn520 committed May 16, 2024
1 parent 0c52589 commit e0540f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: 16

- name: Install Dependencies
run: npm ci
run: npm install

- name: Build
run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kritor-proto",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"main": "index.js",
"author": "CalmLexi",
Expand Down

0 comments on commit e0540f9

Please sign in to comment.