Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvolear committed Sep 4, 2023
1 parent 383ce5b commit 078e1e1
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 @@ -36,7 +36,7 @@
"build": "tsc --build .",
"test": "mocha --config .mocharc.json --recursive test/**/*.test.ts --timeout 10000 --exit",
"lint-fix": "prettier --write \"./**/*.{ts,js,sol}\"",
"publish-to-npm": "npm run compile && npm run lint-fix && npm publish ./ --access public"
"publish-to-npm": "npm run build && npm run lint-fix && npm publish ./ --access public"
},
"dependencies": {
"lodash": "4.17.21"
Expand Down

0 comments on commit 078e1e1

Please sign in to comment.