Skip to content

Commit

Permalink
fix: NODE_ENV variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ndragun92 committed Mar 11, 2024
1 parent 024fa39 commit 91964dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
node-version: 20
- run: npm ci
- run: npm test
env:
NODE_ENV: production

publish:
needs: test
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "file-sys-cache",
"version": "1.0.1",
"version": "1.0.2",
"description": "A Node.js package providing efficient caching using the file system for storage.",
"type": "module",
"main": "./dist/file-sys-cache.cjs",
Expand Down

0 comments on commit 91964dd

Please sign in to comment.