From 20eb957d07722664fd21fda59c231b78f273d9fd Mon Sep 17 00:00:00 2001 From: malik najjar Date: Sat, 20 Jan 2024 18:40:02 +0100 Subject: [PATCH] fixing the workflow --- .github/workflows/npm_publish.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/npm_publish.yml b/.github/workflows/npm_publish.yml index 91de979..b3beeff 100644 --- a/.github/workflows/npm_publish.yml +++ b/.github/workflows/npm_publish.yml @@ -14,6 +14,7 @@ jobs: with: node-version: "20" - run: npm ci + - run: npm run build - uses: JS-DevTools/npm-publish@v3 with: token: ${{ secrets.NPM_ACCESS_TOKEN }} \ No newline at end of file diff --git a/package.json b/package.json index 9dd4af6..436f5b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "guifier", - "version": "1.0.14", + "version": "1.0.15", "type": "module", "license": "MIT", "description": "An interactive front-end toolkit simplifying JSON, YAML, TOML, and XML data. Visualize, edit, convert formats, and perform real-time data manipulations. Empower your data-driven apps with user-friendly data processing and interactive visualization.",