Skip to content

Commit

Permalink
Add cross-env to script.
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomes committed Apr 23, 2020
1 parent 6b99217 commit 1d21738
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 @@ -184,7 +184,7 @@
"worker-farm": "1.7.0"
},
"scripts": {
"analyze-bundles": "WP_BUNDLE_ANALYZER=true npm run build",
"analyze-bundles": "cross-env WP_BUNDLE_ANALYZER=true npm run build",
"prebuild": "npm run check-engines",
"clean:packages": "rimraf \"./packages/*/@(build|build-module|build-style)\"",
"clean:package-types": "tsc --build --clean",
Expand Down

0 comments on commit 1d21738

Please sign in to comment.