File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,5 @@ before_install:
11
11
12
12
script :
13
13
- npm run build
14
- - npm run test-functional
15
14
16
15
after_success : npm run coverage
Original file line number Diff line number Diff line change 4
4
"description" : " Temporary Containers" ,
5
5
"scripts" : {
6
6
"coverage" : " nyc report --reporter=text-lcov | coveralls" ,
7
- "build" : " rm -rf web-ext-artifacts && cp README.md LICENSE src && npm run lint && npm test && web-ext build -s src && addons-linter web-ext-artifacts/temporary_containers-*.zip && ncu" ,
8
- "build-sign" : " rm -rf web-ext-artifacts && cp README.md LICENSE src && node build-sign.js && npm run lint && npm test && web-ext sign --channel unlisted -s src && git checkout -- src/manifest.json && ncu" ,
7
+ "build" : " rm -rf web-ext-artifacts && cp README.md LICENSE src && npm run lint && npm test && npm run test-functional && web-ext build -s src && addons-linter web-ext-artifacts/temporary_containers-*.zip && ncu" ,
8
+ "build-sign" : " rm -rf web-ext-artifacts && cp README.md LICENSE src && node build-sign.js && npm run lint && npm test && npm run test-functional && web-ext sign --channel unlisted -s src && git checkout -- src/manifest.json && ncu" ,
9
9
"lint" : " eslint src" ,
10
10
"test" : " nyc --reporter=html --reporter=text mocha --reporter=dot ./test/setup.js test/*.test.js --timeout 60000" ,
11
11
"test-watch" : " mocha ./test/setup.js test/*.test.js --watch --tmp-debug" ,
You can’t perform that action at this time.
0 commit comments