Skip to content

Commit

Permalink
Change test to lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcloudquery committed Sep 9, 2024
1 parent faa2d0e commit d2be506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Install dependencies
run: npm install

- name: Run tests
run: npm test
- name: Run lint
run: npm run lint

- name: Build package
run: npm run build
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
"compile:js": "webpack",
"lint": "eslint src --ext .ts,.tsx --max-warnings 0",
"lint:fix": "eslint src --ext .ts,.tsx --max-warnings 0 --fix",
"test": "jest --config config/jest.config.js --passWithNoTests",
"test:watch": "jest --config config/jest.config.js --watchAll",
"clean": "rimraf ./lib ./dist"
},
"peerDependencies": {
Expand Down

0 comments on commit d2be506

Please sign in to comment.