Skip to content

Commit

Permalink
Use cross-env in package.json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
RauliL committed Jan 10, 2025
1 parent b7a773c commit a93dadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"watch": "rollup -c -w",
"clean": "rimraf './dist'",
"prebuild": "$npm_execpath run clean",
"prepack": "env NODE_ENV=production $npm_execpath run build",
"prepack": "cross-env NODE_ENV=production $npm_execpath run build",
"test": "vitest",
"coverage": "vitest --coverage"
},
Expand Down

0 comments on commit a93dadc

Please sign in to comment.