Skip to content

Commit

Permalink
fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie committed Jul 10, 2024
1 parent 9dca0cf commit 504cc35
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 @@ -14,7 +14,7 @@
"prepare": "husky install",
"prerelease": "npm run test:lint && npm run build",
"release": "npm run release --workspace @assetpack/core",
"public-ci": "npm run publish-ci --workspace @assetpack/core",
"publish-ci": "npm run publish-ci --workspace @assetpack/core",
"pretest": "npm run clean",
"test": "vitest run",
"test:lint": "xs lint",
Expand Down

0 comments on commit 504cc35

Please sign in to comment.