Skip to content

Commit

Permalink
Add electron-version step to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
antonycourtney committed Nov 25, 2018
1 parent ad4f931 commit 14b2613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ steps:
npm install
npm run electron-rebuild
npm run build-dev
npm run electron-version
npm run unit-test
displayName: 'npm install, build and test'
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
"start": "electron .",
"test": "flow && npm run unit-test",
"format-test": "standard src/*.js src/js/*.js src/js/**/*.js test/*.js",
"electron-version": "ELECTRON_RUN_AS_NODE=true && electron --version",
"unit-test": "ELECTRON_RUN_AS_NODE=true && electron build/allTests.bundle.js",
"test-resnap": "flow && standard src/*.js src/js/*.js src/js/**/*.js test/*.js && ELECTRON_RUN_AS_NODE=true && electron -- -u build/allTests.bundle.js",
"test-babel": "flow && standard src/*.js src/js/*.js src/js/**/*.js test/*.js && babel-node --presets es2015,react ./test/runAllTests.js",
Expand Down

0 comments on commit 14b2613

Please sign in to comment.