mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Reactivate ‘publish:packages’ script
This commit is contained in:
parent
c9ee21ee37
commit
33a5625936
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ gulp.task('publish', function() {
|
||||||
return run(
|
return run(
|
||||||
'publish:json',
|
'publish:json',
|
||||||
'publish:dist',
|
'publish:dist',
|
||||||
// 'publish:packages',
|
'publish:packages',
|
||||||
'publish:commit',
|
'publish:commit',
|
||||||
'publish:website',
|
'publish:website',
|
||||||
'publish:release',
|
'publish:release',
|
||||||
|
|
Loading…
Reference in a new issue