Skip to content

Commit

Permalink
chore: Fixed prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Dec 8, 2020
1 parent 2c261ed commit 62e83ee
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 @@ -22,7 +22,7 @@
"lint:js": "npx eslint -c .eslintrc.js --ext .js src",
"lint:ts": "npx eslint -c .eslintrc.js --ext .ts src",
"lint": "npm run lint:ts && npm run lint:js",
"prepublish": "npm run clean && npm run build",
"prepare": "npm run clean && npm run build",
"release": "release-it",
"start": "npm run build:venom & tsc app.ts && node app.js",
"test": "echo \"No tests yet\"",
Expand Down

0 comments on commit 62e83ee

Please sign in to comment.