Merge remote-tracking branch 'origin/v8/feature/improve-js-docs' into v8/feature/block-editor-list
This commit is contained in:
@@ -54,3 +54,6 @@ gulp.task('open:docs', function (cb) {
|
||||
.pipe(open(options));
|
||||
cb();
|
||||
});
|
||||
|
||||
gulp.task('watch', ['docs', 'connect:docs', 'open:docs']);
|
||||
|
||||
|
||||
@@ -1,9 +1,16 @@
|
||||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"preinstall": "npx npm-force-resolutions",
|
||||
"docs": "gulp docs",
|
||||
"start": "gulp docs",
|
||||
"default": "gulp docs"
|
||||
"default": "gulp docs",
|
||||
"dev": "gulp watch",
|
||||
"serve": "gulp watch",
|
||||
"watch": "gulp watch"
|
||||
},
|
||||
"resolutions": {
|
||||
"graceful-fs": "4.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp": "^3.9.1",
|
||||
|
||||
Reference in New Issue
Block a user