Skip to content

Commit 27cc720

Browse files
authored
chore: add start command
1 parent 4c608c7 commit 27cc720

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
scan:
2929
needs: test
3030
if: github.event_name == 'pull_request'
31-
uses: circlefin/circle-public-github-workflows/.github/workflows/pr-scan.yaml@fix-pr-scan
31+
uses: circlefin/circle-public-github-workflows/.github/workflows/pr-scan.yaml@v1
3232

3333
release-sbom:
3434
needs: test

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"dev": "nuxt dev",
1111
"generate": "nuxt generate",
1212
"preview": "nuxt preview",
13+
"start": "NODE_ENV=production nuxt start",
1314
"postinstall": "nuxt prepare",
1415
"lint": "eslint --ext .ts,.js,.vue .",
1516
"test": "jest",

0 commit comments

Comments
 (0)