Skip to content

Commit

Permalink
Update version to 0.1.3 and add build step
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Mar 21, 2024
1 parent c42481d commit bbd2cb5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: |
npm ci
ls
npm run build
- run: npm publish -f
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drincs/pixi-vn",
"version": "0.1.2",
"version": "0.1.3",
"description": "Pixi'VN is a npm package that provides various features for creating visual novels.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit bbd2cb5

Please sign in to comment.