Skip to content

Commit 6ce312e

Browse files
committed
add npm test for ci
1 parent 2962f1b commit 6ce312e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/scaffold.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@ node scaffold.js "$1"
99
cd "$PWD/builds/$1"
1010
npm install
1111

12+
# Run unit/e2e testing
13+
npm test
14+
1215
# Run webpack and build electron
1316
npm run build

0 commit comments

Comments
 (0)