mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-18 13:55:14 +03:00
Fixed npm
build.
This commit is contained in:
parent
5e53eeecbc
commit
bac6e2ea53
1 changed files with 4 additions and 1 deletions
|
@ -295,7 +295,10 @@ function dist_src() {
|
||||||
.pipe(gulp.src('manifest.json', { passthrougth: true }))
|
.pipe(gulp.src('manifest.json', { passthrougth: true }))
|
||||||
.pipe(gulp.src('package.json', { passthrougth: true }))
|
.pipe(gulp.src('package.json', { passthrougth: true }))
|
||||||
.pipe(gulp.src('changelog.html', { passthrougth: true }))
|
.pipe(gulp.src('changelog.html', { passthrougth: true }))
|
||||||
.pipe(gulp.dest(DIST_DIR));
|
.pipe(gulp.dest(DIST_DIR))
|
||||||
|
.pipe(install({
|
||||||
|
npm: '--production --ignore-scripts'
|
||||||
|
}));
|
||||||
};
|
};
|
||||||
|
|
||||||
function dist_locale() {
|
function dist_locale() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue