Skip to content

Commit

Permalink
revert scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Oct 27, 2022
1 parent 3d9b936 commit 7c5b18c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -31,7 +31,7 @@ jobs:

- run: npm ci
- run: npm test
- run: npm install --save-dev eslint@7 && npm test
- run: npm install --save-dev eslint@7 && npm run test:unit

- name: Coveralls
uses: coverallsapp/github-action@master
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -10,7 +10,8 @@
"lint:js": "eslint --cache --report-unused-disable-directives .",
"preversion": "npm test",
"report-coverage-html": "nyc report --reporter=html --report-dir build/coverage",
"test": "nyc mocha tests/**/*.js",
"test": "npm-run-all lint test:unit",
"test:unit": "nyc mocha tests/**/*.js",
"update:eslint-docs": "eslint-doc-generator --url-configs \"https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations\"",
"version": "node build/generate-release-changelog.js"
},
Expand Down

0 comments on commit 7c5b18c

Please sign in to comment.