Skip to content

Commit

Permalink
chore(app): easier tdd mode
Browse files Browse the repository at this point in the history
  • Loading branch information
zewa666 committed Oct 3, 2018
1 parent e2214c6 commit ac08562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"pretest": "cross-env npm run lint",
"test": "cross-env jest",
"test-ci": "cross-env jest && cat ./test/coverage-jest/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"test-watch": "concurrently \"tsc --watch\" \"jest --watch\"",
"test-watch": "jest --watch",
"build:amd": "cross-env tsc --p tsconfig-build.json --outDir dist/amd --module amd",
"build:commonjs": "cross-env tsc --p tsconfig-build.json --outDir dist/commonjs --module commonjs",
"build:es2015": "cross-env tsc --p tsconfig-build.json --outDir dist/es2015 --module es2015",
Expand Down

0 comments on commit ac08562

Please sign in to comment.