Improved makefile for package
This commit is contained in:
parent
bdab3da0e5
commit
74efa76ad3
1
Makefile
1
Makefile
@ -1,4 +1,5 @@
|
|||||||
package:
|
package:
|
||||||
|
./node_modules/gulp/bin/gulp.js clean
|
||||||
./node_modules/gulp/bin/gulp.js package
|
./node_modules/gulp/bin/gulp.js package
|
||||||
find dist | grep "DS_Store" | xargs rm -rf
|
find dist | grep "DS_Store" | xargs rm -rf
|
||||||
cd dist && zip -r ../releases/webogram_v$(version).zip .
|
cd dist && zip -r ../releases/webogram_v$(version).zip .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user