From 1ec67f09d09dc336ad7a1eea2bb07aee1d0fb16a Mon Sep 17 00:00:00 2001 From: KillerBossOriginal Date: Sun, 5 Feb 2023 13:24:29 +0100 Subject: [PATCH] 2023.02.05-2 --- .github/workflows/npm-publish.yml | 8 ++++++++ package.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index ad8944a..8180b6e 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: @@ -32,6 +36,10 @@ jobs: node-version: '16.x' registry-url: 'https://npm.pkg.github.com' 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 4871324..74d220b 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "@thundernetworkrad/time", - "version": "2023.02.05", + "version": "2023.02.05-2", "description": "Time Modules for NPM", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { - "install": "tsc" + "build": "tsc" }, "repository": "https://github.com/ThunderNetworkRaD/node-time", "author": "ThunderNetworkRaD | Killer Boss Original",