[Pkg-javascript-commits] [node-babel-plugin-transform-decorators-legacy] 01/01: Use local install of regexpu-core for babel-preset-es2015 during build.
Daniel Ring
techwolf-guest at moszumanska.debian.org
Sun Sep 24 07:30:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
techwolf-guest pushed a commit to branch master
in repository node-babel-plugin-transform-decorators-legacy.
commit ff78c37328c2346335852bef193a630fd3cb930b
Author: Daniel Ring <dring at wolfishly.me>
Date: Sun Sep 24 00:28:44 2017 -0700
Use local install of regexpu-core for babel-preset-es2015 during build.
---
debian/rules | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/rules b/debian/rules
index 811e300..c32e06b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,10 +8,10 @@
dh $@
override_dh_auto_build:
- babel src -d lib
+ npm install regexpu-core
+ NODE_PATH="node_modules" babel src -d lib
dh_auto_build
-#override_dh_auto_test:
-
-
-
+override_dh_auto_clean:
+ rm -rf lib node_modules
+ dh_auto_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-babel-plugin-transform-decorators-legacy.git
More information about the Pkg-javascript-commits
mailing list