File: skip-npm-command.patch

package info (click to toggle)
node-uuid 8.3.2%2B~8.3.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,560 kB
  • sloc: javascript: 2,182; sh: 33; makefile: 30
file content (12 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Description: Skip npm command
 We will use babeljs and rollup from system
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -4,7 +4,6 @@
 ROOT="$(pwd)/$(dirname "$0")/.."
 cd "$ROOT" || exit 1
 
-PATH="$(npm bin):$PATH"
 DIR="$ROOT/dist"
 
 # Clean up output dir