Skip to content

Commit 257ed7b

Browse files
committed
Release 6.0.1
1 parent c870466 commit 257ed7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/angular-uploader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
],
4040
"scripts": {
4141
"publish:executeIfReleaseCommit": "bash -c 'COMMIT=$(git log -1 --pretty=%B) && [ \"${COMMIT:0:8}\" != \"Release \" ] || npm run publish:execute'",
42-
"publish:execute": "(cd ../.. && ./node_modules/.bin/ng build angular-uploader && cd dist/angular-uploader && cp ../README.md README.md && npm publish) && npm run publish:createGitHubRelease",
42+
"publish:execute": "(cd ../.. && ./node_modules/.bin/ng build angular-uploader && cd dist/angular-uploader && cp ../../README.md README.md && npm publish) && npm run publish:createGitHubRelease",
4343
"publish:createGitHubRelease": "gh release create v$(node -p \"require('./package.json').version\")"
4444
},
4545
"peerDependencies": {

0 commit comments

Comments
 (0)