File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1313 "delayed_karma" : " sleep 10 && karma start" ,
1414 "build" : " rimraf dist && node tools/build.js && npm pack ./dist/packages-dist" ,
1515 "changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s -r 1" ,
16- "build:wrapper" : " npm i --prefix wrapper && VERSION=5.2.2 npm run --prefix wrapper build && npm pack ./dist/wrapper-dist"
16+ "build:wrapper" : " npm i --prefix wrapper && npm run --prefix wrapper build && npm pack ./dist/wrapper-dist"
1717 },
1818 "schematics" : " ./dist/packages-dist/collection.json" ,
1919 "builders" : " ./dist/packages-dist/builders.json" ,
Original file line number Diff line number Diff line change 88 export VERSION=$( npm version | head -n 1 | sed " s/^.*: '\([^']*\).*/\1/" ) -canary.$SHORT_SHA
99fi
1010
11- npm version $VERSION
12- yarn build
11+ echo $VERSION &&
12+ npm version $VERSION &&
13+ yarn build &&
1314yarn build:wrapper
You can’t perform that action at this time.
0 commit comments