diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 4c8fe35..c94074d 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -14,6 +14,10 @@ jobs: node-version: '16.x' registry-url: 'https://registry.npmjs.org' scope: '@thundernetworkrad' + - name: Install Dependencies + run: npm i + - name: Build + run: npm run build - name: Publish package on NPM 📦 run: npm publish --access public env: diff --git a/package.json b/package.json index 1a8be1d..10072ab 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "node-cin", - "version": "2023.02.03-1", + "version": "2023.02.03-2", "description": "Standard input module for JavaScript / TypeScript", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { - "install": "tsc" + "build": "tsc" }, "repository": { "type": "git",