mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 17:56:48 +00:00
chore: rm unnecessary npm install
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
This commit is contained in:
1
.github/workflows/release-npm.yml
vendored
1
.github/workflows/release-npm.yml
vendored
@@ -55,7 +55,6 @@ jobs:
|
||||
npm install
|
||||
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} targetVersion=${{ github.event.inputs.tag || inputs.tag }} npm run build:copy:jsdeliver
|
||||
cd ../..
|
||||
npm install
|
||||
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} node scripts/upgradeNcGui.js && cd packages/nocodb && npm install && npm run obfuscate:build:publish
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user