File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 20
20
"webdriver" : " webdriver-manager update" ,
21
21
"lint" : " ng lint" ,
22
22
"schematics" : " tsc -p projects/ngx-pwa/local-storage/tsconfig.schematics.json && copyfiles --up 3 projects/ngx-pwa/local-storage/schematics/collection.json projects/ngx-pwa/local-storage/schematics/migration.json projects/ngx-pwa/local-storage/schematics/**/schema.json dist/ngx-pwa/local-storage" ,
23
- "release:patch" : " VERSION=patch npm run release && npm run githubrelease " ,
24
- "release:minor" : " VERSION=minor npm run release && npm run githubrelease " ,
25
- "release:major" : " VERSION=major npm run release && npm run githubrelease " ,
23
+ "release:patch" : " VERSION=patch npm run release" ,
24
+ "release:minor" : " VERSION=minor npm run release" ,
25
+ "release:major" : " VERSION=major npm run release" ,
26
26
"release:premajor" : " VERSION=premajor TAG=next npm run release" ,
27
27
"release:prerelease" : " VERSION=prerelease TAG=next npm run release" ,
28
- "release" : " if test $VERSION; then npm run build && cd projects/ngx-pwa/local-storage && npm version $VERSION --git-tag-version false && git add package.json && cd ../../.. && git commit -m \" release\" && npm version $VERSION && npm run build && npm publish ./dist/ngx-pwa/local-storage --access public --tag ${TAG:-latest} && git push && git push --tags; fi" ,
29
- "githubrelease" : " CHANGELOG=$(sed -n \" /^## $npm_package_version/,/^## /p\" CHANGELOG.md | sed '1d;$d') && gh release create v$npm_package_version --title v$npm_package_version --notes \" $CHANGELOG\" "
28
+ "release" : " if test $VERSION; then npm run build && cd projects/ngx-pwa/local-storage && npm version $VERSION --git-tag-version false && git add package.json && cd ../../.. && git commit -m \" release\" && npm version $VERSION && npm run build && npm publish ./dist/ngx-pwa/local-storage --access public --tag ${TAG:-latest} && git push; fi"
30
29
},
31
30
"private" : true ,
32
31
"dependencies" : {
You can’t perform that action at this time.
0 commit comments