Merge pull request #114 from sachaaaaa/build_dir_win

set build dir to /release on win to align with other platforms
pull/116/head
sachaaaaa 6 years ago committed by GitHub
commit e50a199f83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -51,7 +51,7 @@ windows:
- call yarn generate
- call node build\grunt.js
- call yarn prepare-beta-build
- call node_modules\.bin\build --config.extraMetadata.environment=%SIGNAL_ENV% --publish=never
- call node_modules\.bin\build --config.extraMetadata.environment=%SIGNAL_ENV% --publish=never --config.directories.output=release
- call node build\grunt.js test-release:win
cache:
paths:

Loading…
Cancel
Save