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.",