Skip to content

Commit

Permalink
chore(package): update to use release command (#1866)
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin authored Mar 28, 2024
1 parent 5c03999 commit f19489a
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 @@ -116,7 +116,7 @@
"dev": "source .env && react-scripts start",
"build": "react-scripts build",
"build:netlify": "CI=false npm run build && npm run sourcemaps:upload",
"release": "npm version $npm_config_isomer_update && git push --tags",
"release": "bash scripts/release_prep.sh",
"test": "craco test",
"test:playwright": "source .env && npm run reset-e2e && npx playwright test --ui",
"test:ci": "node scripts/run-e2e.js run",
Expand Down

0 comments on commit f19489a

Please sign in to comment.