Skip to content

Commit

Permalink
Merge pull request #21 from isaac-j-miller/imiller/fix-publish
Browse files Browse the repository at this point in the history
NODE_ENV
  • Loading branch information
isaac-j-miller authored Oct 1, 2024
2 parents d7bd1a4 + 4bb2d0c commit 1c184f3
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
run: pnpm check-ts

- name: build
run: pnpm build -- --production
run: pnpm build
env:
NODE_ENV: production

- uses: JS-DevTools/npm-publish@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"homepage": "https://github.com/isaac-j-miller/lite-ci#readme",
"dependencies": {
"ajv": "^8.17.1",
"axios": "^0.24.0",
"axios": "^1.7.7",
"chalk": "^4.1.2",
"commander": "^12.1.0",
"concat-stream": "^2.0.0",
Expand Down
39 changes: 35 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1c184f3

Please sign in to comment.