File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ test :
2+ npm ci
3+ npm run test:browser
4+ npm run test:cover
5+
6+ dist : test
7+ npm publish
8+ git push origin master
9+ git push origin master --tags
10+
11+ .PHONY : build test dist
Original file line number Diff line number Diff line change 1212 "clean" : " rm -rf build dist dist.*" ,
1313 "test" : " mocha 'test/**/*.test.ts'" ,
1414 "test:cover" : " npx nyc mocha 'test/**/*.test.ts'" ,
15- "test:browser" : " karma start" ,
15+ "test:browser" : " karma start --single-run " ,
1616 "test:browser:firefox" : " karma start --single-run --borwsers FirefoxHedless" ,
1717 "test:browser:chrome" : " karma start --single-run --borwsers ChromeHeadless" ,
18+ "test:watch:browser" : " karma start" ,
19+ "test:watch:nodejs" : " mocha -w 'test/**/*.test.ts'" ,
1820 "lint" : " eslint --ext .ts src test" ,
1921 "lint:fix" : " eslint --fix --ext .ts src test && npm run format" ,
2022 "lint:print-config" : " eslint --print-config .eslintrc.js" ,
You can’t perform that action at this time.
0 commit comments