Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 4905443

Browse files
chore(release): update release to gulp build release
1 parent dc23b6d commit 4905443

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

release

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
start('Building deployed files...');
274274
exec([
275275
'rm -rf dist',
276-
'gulp build:release'
276+
'gulp flex-layout:build-release:clean'
277277
]);
278278
done();
279279

@@ -284,7 +284,6 @@
284284

285285
exec([
286286
'cp -Rf ../dist/@angular/flex-layout/* ./', // local build output dir
287-
'cp -f ../scripts/release/package.json ./', // package for the deployed npm build
288287
'cp -f ../CHANGELOG.md .', // always over the CHANGELOG
289288
'git add -A',
290289
`git commit -m "build(deploy): release version ${newVersion}"`

0 commit comments

Comments
 (0)