Skip to content

Commit

Permalink
[Fix] Bootstrap modules for testing in ci instead
Browse files Browse the repository at this point in the history
  • Loading branch information
jtenner committed Jul 11, 2019
1 parent acdb184 commit d5f4831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"typedoc": "typedoc --options typedoc.js .",
"mdlint": "markdownlint *.md",
"rimraf": "rimraf docs/*",
"test": "run-s bootstrap tsc:all test:all",
"test:ci": "run-s tsc:all test:ci:all",
"test": "run-s tsc:all test:all",
"test:ci": "run-s bootstrap tsc:all test:ci:all",
"test:ci:all": "lerna run test:ci",
"test:all": "lerna run test",
"tsc:all": "lerna run tsc:all"
Expand Down

0 comments on commit d5f4831

Please sign in to comment.