mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-13 14:38:49 -04:00
Gulp: Prevent paperjs.zip from showing up in NPM packages.
This commit is contained in:
parent
fbd5eeb7ef
commit
c72f578d8d
1 changed files with 3 additions and 1 deletions
|
@ -36,13 +36,15 @@ gulp.task('publish', function() {
|
|||
if (options.branch !== 'develop') {
|
||||
throw new Error('Publishing is only allowed on the develop branch.');
|
||||
}
|
||||
// publish:website comes before publish:release, so paperjs.zip file is gone
|
||||
// before npm publish:
|
||||
return run(
|
||||
'publish:json',
|
||||
'publish:dist',
|
||||
'publish:packages',
|
||||
'publish:commit',
|
||||
'publish:release',
|
||||
'publish:website',
|
||||
'publish:release',
|
||||
'publish:load'
|
||||
);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue