Skip to content

Commit 27b477b

Browse files
fix: packages/icons/.releaserc
1 parent a13b4b1 commit 27b477b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/icons/.releaserc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
[
3939
"@semantic-release/exec",
4040
{
41-
"prepareCmd": "echo '=== DEBUG prepareCmd: cwd ===' && pwd && echo '=== DEBUG prepareCmd: ls ===' && ls -la && node scripts/build-package.mjs",
42-
"publishCmd": "echo '=== DEBUG: cwd ===' && pwd && echo '=== DEBUG: ls dist/ ===' && ls -la dist/ && echo '=== DEBUG: cat dist/package.json ===' && cat dist/package.json && npm publish dist --provenance --access public"
41+
"prepareCmd": "node scripts/build-package.mjs",
42+
"publishCmd": "npm publish ./dist --provenance --access public"
4343
}
4444
],
4545
[

0 commit comments

Comments
 (0)