Skip to content

Commit

Permalink
release script
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaVerou committed Jul 15, 2024
1 parent 8395a03 commit 7fa8bef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"watch": "npx concurrently -n w: npm:watch:*",
"dev": "http-server -p 58504 --cors & open http://localhost:58504",
"eslint": "eslint . --ext .js --ext .cjs",
"lint": "npm run eslint -- --fix"
"lint": "npm run eslint -- --fix",
"release": "release-it"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7fa8bef

Please sign in to comment.