Skip to content

Commit 64c4d62

Browse files
karahansl
authored andcommitted
chore(release): update release script to use npm not gulp (#485)
1 parent c7b95b5 commit 64c4d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/stage-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rm -rf ./deploy
1616
ng build
1717

1818
# Inline the css and html into the component ts files.
19-
./node_modules/gulp/bin/gulp.js inline-resources
19+
npm run inline-resources
2020

2121
# deploy/ serves as a working directory to stage the release.
2222
mkdir deploy

0 commit comments

Comments
 (0)