mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-28 22:08:54 -04:00
No need for npm prepublish now that we have the gulp publish task.
This commit is contained in:
parent
a14e1e4c97
commit
4df2dfb343
3 changed files with 2 additions and 3 deletions
|
@ -31,7 +31,7 @@ gulp.task('publish', function() {
|
|||
});
|
||||
|
||||
gulp.task('publish:version', function() {
|
||||
// reset the version value since we're executing this on the develop branch,
|
||||
// Reset the version value since we're executing this on the develop branch,
|
||||
// but we don't wan the published version suffixed with '-develop'.
|
||||
options.resetVersion();
|
||||
return gulp.src([ 'package.json' ])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue