From 2bf7612479ce7ccb68684790520abe05a9666bff Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 25 May 2024 01:18:09 +0300 Subject: [PATCH] squash! --- .github/workflows/NPM.yml | 3 +-- package.json | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index 4051d52..788002b 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -37,7 +37,6 @@ jobs: continue-on-error: true working-directory: . run: | - npm install --include prod dev optional peer --legacy-peer-deps - npm publish --legacy-peer-deps --provenance + npm publish --legacy-peer-deps --provenance --ignore-scripts env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/package.json b/package.json index a805038..429b030 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "prepublishOnly": "Build 'Source/**/*.ts'" }, "devDependencies": { - "@playform/build": "0.0.8", - "@playform/document": "0.0.6" + "@playform/build": "0.0.9", + "@playform/document": "0.0.7" }, "publishConfig": { "access": "public"