File: 06-lib.diff

package info (click to toggle)
node-yarnpkg 1.13.0-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 93,036 kB
  • sloc: sh: 323; makefile: 19
file content (15 lines) | stat: -rw-r--r-- 450 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Move build artifacts to debian/lib
Forwarded: not-needed
Author: Paolo Greppi <paolo.greppi@libpf.com>

--- a/gulpfile.js
+++ b/gulpfile.js
@@ -29,7 +29,7 @@ const build = (lib, opts) =>
       .pipe(gulp.dest(lib));
 
 gulp.task('build', () =>
-  build('lib', babelRc.env[majorVer >= 5 ? 'node5' : 'pre-node5'])
+  build('debian/lib', babelRc.env[majorVer >= 5 ? 'node5' : 'pre-node5'])
 );
 
 gulp.task('default', gulp.task('build'));