Skip to content

Commit

Permalink
fix release:scripts command
Browse files Browse the repository at this point in the history
  • Loading branch information
planttheidea committed Jan 4, 2025
1 parent 32ccb67 commit 6294b85
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 @@ -99,7 +99,7 @@
"start": "npm run dev",
"release": "release-it",
"release:beta": "release-it --config=.release-it.beta.json",
"release:scripts": "npm run typecheck && npm run lint && npm run test:coverage && npm run dist",
"release:scripts": "npm run typecheck && npm run lint && npm run test:coverage && npm run build",
"test": "NODE_PATH=. jest",
"test:coverage": "rm -rf coverage && npm test -- --coverage",
"test:watch": "npm test -- --watch",
Expand Down

0 comments on commit 6294b85

Please sign in to comment.