Skip to content

Commit

Permalink
Merge pull request #159 from JupiterOne/npm-dev-deps_2
Browse files Browse the repository at this point in the history
[No Ticket] - Npm dev deps
  • Loading branch information
Sivli-Embir authored Jan 5, 2024
2 parents e47ab71 + 5815597 commit c0e5435
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/frontend_npm_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ on:
need to make sure we don't break the pipeline."
default: true
type: boolean
use_dev_deps_for_publish:
description: 'If true will leverage the npm dev deps for publishing'
default: false
type: boolean
secrets:
NPM_TOKEN:
description: 'A J1 npm.com Publish token'
Expand Down Expand Up @@ -94,6 +98,8 @@ jobs:
fetch-depth: 0
- name: setup_env
uses: jupiterone/.github/.github/actions/[email protected]
with:
use_dev: ${{ inputs.use_dev_deps_for_publish }}
- name: build
uses: jupiterone/.github/.github/actions/[email protected]
- name: publish
Expand Down

0 comments on commit c0e5435

Please sign in to comment.