Skip to content

Commit

Permalink
manifest: update npm test script
Browse files Browse the repository at this point in the history
Signed-off-by: TRACTION <[email protected]>
  • Loading branch information
iamtraction committed Oct 14, 2022
1 parent 2ec2353 commit 62a2ccf
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 @@ -5,7 +5,7 @@
"main": "src/index.js",
"typings": "typings/index.d.ts",
"scripts": {
"test:lint": "./node_modules/.bin/eslint .",
"test:lint": "eslint .",
"test": "npm run test:lint",
"start": "node ."
},
Expand Down

0 comments on commit 62a2ccf

Please sign in to comment.