Skip to content

Commit

Permalink
[Fix] Bootstrap modules for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jtenner committed Jul 11, 2019
1 parent 98136c7 commit acdb184
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
"version": "2.0.0",
"description": "Write AssemblyScript tests at blazing fast speeds",
"scripts": {
"bootstrap": "lerna bootstrap",
"coveralls": "cat ./packages/core/coverage/lcov.info | coveralls",
"docs": "run-s rimraf typedoc",
"gh-pages": "git subtree push --prefix docs origin gh-pages",
"jest": "jest",
"typedoc": "typedoc --options typedoc.js .",
"mdlint": "markdownlint *.md",
"rimraf": "rimraf docs/*",
"test": "run-s tsc:all test:all",
"test": "run-s bootstrap tsc:all test:all",
"test:ci": "run-s tsc:all test:ci:all",
"test:ci:all": "lerna run test:ci",
"test:all": "lerna run test",
Expand Down

0 comments on commit acdb184

Please sign in to comment.