Skip to content

Commit

Permalink
Merge pull request #410 from redwoodjs/dsp-yarn-rw-build-api-windows-fix
Browse files Browse the repository at this point in the history
Support for App yarn rw build on Windows
  • Loading branch information
thedavidprice authored Apr 9, 2020
2 parents 197f36e + 4326574 commit 05bfc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const handler = async ({
const execCommandsForApps = {
api: {
cwd: `${BASE_DIR}/api`,
cmd: 'NODE_ENV=production babel src --out-dir dist',
cmd: 'yarn cross-env NODE_ENV=production babel src --out-dir dist',
},
web: {
cwd: `${BASE_DIR}/web`,
Expand Down

0 comments on commit 05bfc65

Please sign in to comment.