Skip to content

Commit

Permalink
feat: add test-no-ui npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
svrnm committed Sep 28, 2022
1 parent f48ab79 commit 23a7bf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
},
"scripts": {
"test": "mocha",
"test-no-ui": "mocha --exclude='*/selenium/*.js'",
"start": "webpack watch --mode=development",
"build": "webpack",
"release": "webpack --mode=production --env RELEASE=stable && rm -r ./build-release",
Expand Down

0 comments on commit 23a7bf6

Please sign in to comment.