Skip to content

Commit

Permalink
Updated GitHub Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
OlehDutchenko committed Feb 9, 2021
1 parent 62f294a commit 861b896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test and Build
name: Tests

on: [push, pull_request]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Creating a regular expression for excluding node_modules from babel transpiling except for individual modules",
"main": "index.js",
"scripts": {
"test": "npm run prettier && npm run eslint",
"test": "npm run prettier && npm run eslint && npm run jest",
"prettier": "prettier index.js --check",
"eslint": "eslint index.js",
"jest": "jest",
Expand Down

0 comments on commit 861b896

Please sign in to comment.