From bbd2cb59b14349a03a554032f6839210861fc775 Mon Sep 17 00:00:00 2001
From: Black Ram <67595890+BlackRam-oss@users.noreply.github.com>
Date: Thu, 21 Mar 2024 20:25:35 +0100
Subject: [PATCH] Update version to 0.1.3 and add build step

---
 .github/workflows/npm-publish.yml | 2 +-
 package-lock.json                 | 4 ++--
 package.json                      | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml
index 0599e1fe..a2ba6eb5 100644
--- a/.github/workflows/npm-publish.yml
+++ b/.github/workflows/npm-publish.yml
@@ -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}}
diff --git a/package-lock.json b/package-lock.json
index ca730564..3a193e09 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@drincs/pixi-vn",
-  "version": "0.1.2",
+  "version": "0.1.3",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "@drincs/pixi-vn",
-      "version": "0.1.2",
+      "version": "0.1.3",
       "license": "GPL-3.0",
       "dependencies": {
         "crypto-js": "^4.2.0",
diff --git a/package.json b/package.json
index 66cc08f6..2b72e89a 100644
--- a/package.json
+++ b/package.json
@@ -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",