Skip to content

Commit

Permalink
fix: make eslint test as a posttest
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeetha5491 committed Apr 12, 2023
1 parent 29742ef commit 3c02abe
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 @@ -60,7 +60,7 @@
},
"main": "src/index.js",
"scripts": {
"pretest": "eslint src test e2e",
"posttest": "eslint src test e2e",
"test": "npm run unit-tests",
"unit-tests": "jest --ci",
"prepack": "oclif manifest && oclif readme --no-aliases",
Expand Down

0 comments on commit 3c02abe

Please sign in to comment.