File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
projects/angular-uploader Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments