From 99d8b7f0db757ae9b456baa4fa5d7df5a452825a Mon Sep 17 00:00:00 2001 From: Ryuu Mitsuki Date: Mon, 15 Apr 2024 02:04:03 +0700 Subject: [PATCH] ci(publish): Enable overwrite option for production use --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1a364d1..cbb2c8c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: with: node-version: 20 - run: npm ci - - run: npm run build --if-present + - run: npm run build --if-present -- --overwrite - run: npm test publish: