Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblehead committed Jul 23, 2022
1 parent de8a260 commit 3ed7dfe
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 @@ -54,7 +54,7 @@
"eslint": "^7.26.0"
},
"scripts": {
"test": "npm run prepublishOnly && ava form-urlencoded.spec.mjs",
"test": "npm start && ava form-urlencoded.spec.mjs",
"lint": "eslint form-urlencoded.mjs",
"start": "cp form-urlencoded.mjs form-urlencoded.js && sed -i 's/export default/module.exports =/' form-urlencoded.js",
"prepublishOnly": "npm start && npm run lint && npm test"
Expand Down

0 comments on commit 3ed7dfe

Please sign in to comment.