Skip to content
This repository was archived by the owner on May 3, 2025. It is now read-only.

Commit efdaf59

Browse files
committed
fix: release correct dir
1 parent 4696e5f commit efdaf59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test:ci": "ng test --watch=false --code-coverage --no-progress --browsers=ChromeCI",
1414
"lint": "ng lint ngx-github-buttons --type-check --format stylish",
1515
"lint:fix": "ng lint ngx-github-buttons --type-check --fix --format stylish",
16-
"semantic-release": "semantic-release"
16+
"semantic-release": "cd dist && semantic-release"
1717
},
1818
"private": true,
1919
"dependencies": {

0 commit comments

Comments
 (0)