Skip to content

Commit

Permalink
Add ci test scripts to top-level package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Joel committed Mar 11, 2020
1 parent 67805d5 commit d311098
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 @@ -4,7 +4,8 @@
"description": "The repository for all <model-viewer> packages",
"scripts": {
"test": "./node_modules/.bin/lerna run test --stream",
"test:legacy": "./node_modules/.bin/lerna run test:legacy --stream",
"test:ci": "./node_modules/.bin/lerna run test:ci --stream",
"test:ci:legacy": "./node_modules/.bin/lerna run test:ci:legacy --stream",
"bootstrap": "./node_modules/.bin/lerna bootstrap --ci",
"format": "find packages/**/src -name '*.ts' | grep -v .d.ts | xargs ./node_modules/.bin/clang-format --verbose -i",
"lint": "./node_modules/.bin/eslint \"packages/**/*.ts\"",
Expand Down

0 comments on commit d311098

Please sign in to comment.