File: remove-npm.patch

package info (click to toggle)
node-multipipe 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 116 kB
  • ctags: 19
  • sloc: makefile: 7; sh: 2
file content (16 lines) | stat: -rw-r--r-- 270 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,8 @@
 
-node_modules: package.json
-	@npm install
+#node_modules: package.json
+#	@npm install
 
 test:
-	@./node_modules/.bin/mocha \
-		--reporter spec \
-		--timeout 300
+	@mocha --reporter spec --timeout 300
 
 .PHONY: test