Skip to content

Commit

Permalink
script release:prepare: Fix order of lint and build
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisalmen committed Jun 4, 2024
1 parent 092a396 commit 405b38f
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 @@ -51,7 +51,7 @@
"start:example:server:json": "npm run start:server:json --workspace packages/examples",
"start:example:server:python": "npm run start:server:python --workspace packages/examples",
"start:example:server:groovy": "npm run start:server:groovy --workspace packages/examples",
"release:prepare": "npm run reset:repo && npm ci && npm run lint && npm run build && npm run test:run",
"release:prepare": "npm run reset:repo && npm ci && npm run build && npm run lint && npm run test:run",
"reset:repo": "git clean -f -X -d",
"test": "vitest",
"test:run": "vitest --run"
Expand Down

0 comments on commit 405b38f

Please sign in to comment.