Skip to content

Commit

Permalink
test ci 1
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoteran committed Jul 27, 2023
1 parent ceacb59 commit d7b8ca1
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 @@ -3,7 +3,7 @@
"private": true,
"description": "The repository for all <model-viewer> packages",
"scripts": {
"test": "npm test --workspaces",
"test": "npm run test --workspaces",
"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\"",
"lint:fix": "npm run lint -- --fix",
Expand Down

0 comments on commit d7b8ca1

Please sign in to comment.