Skip to content

Commit

Permalink
adds release script
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Aug 1, 2024
1 parent a0ace40 commit c0e6eb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"start": "cross-env FORCE_COLOR=1 torus-scripts start",
"dev": "rimraf dist/ && cross-env NODE_ENV=development torus-scripts start",
"build": "cross-env FORCE_COLOR=1 torus-scripts build",
"release": "cross-env FORCE_COLOR=1 torus-scripts release",
"lint": "eslint --fix 'src/**/*.ts'",
"prepack": "npm run build",
"pre-commit": "lint-staged --cwd .",
Expand Down

0 comments on commit c0e6eb2

Please sign in to comment.