|
|
|
@ -12,15 +12,10 @@ install:
|
|
|
|
|
- yarn install --frozen-lockfile
|
|
|
|
|
|
|
|
|
|
build_script:
|
|
|
|
|
- node build\grunt.js
|
|
|
|
|
- yarn generate
|
|
|
|
|
- yarn lint-windows
|
|
|
|
|
- yarn lint-deps
|
|
|
|
|
- yarn test-node
|
|
|
|
|
- node build\grunt.js
|
|
|
|
|
- type package.json | findstr /v certificateSubjectName > temp.json
|
|
|
|
|
- move temp.json package.json
|
|
|
|
|
- yarn prepare-beta-build
|
|
|
|
|
- node_modules\.bin\build --config.extraMetadata.environment=%SIGNAL_ENV% --publish=never --config.directories.output=release
|
|
|
|
|
|
|
|
|
|
test_script:
|
|
|
|
|
- node build\grunt.js test
|
|
|
|
|