Skip to content

Commit

Permalink
Remove npm test:ci
Browse files Browse the repository at this point in the history
doesn't exist.
  • Loading branch information
diegoteran committed Jul 27, 2023
1 parent 1cf6bd3 commit ceacb59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
run: npm run build

- name: Unit tests
run: npm run test:ci
run: npm run test
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "The repository for all <model-viewer> packages",
"scripts": {
"test": "npm test --workspaces",
"test:ci": "npm test:ci --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 ceacb59

Please sign in to comment.