aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChinCluBi <[email protected]>2016-09-27 02:40:48 +0700
committerChinCluBi <[email protected]>2016-09-27 02:40:48 +0700
commit44bb2b99b133b431fafffc53accb4605797a7162 (patch)
tree9437a2a53cf63778314f47fe117aa3246b273abb
parent223300a47409ef1a42b0e13aa720646b2ef7a789 (diff)
downloadfaker-44bb2b99b133b431fafffc53accb4605797a7162.tar.xz
faker-44bb2b99b133b431fafffc53accb4605797a7162.zip
rewrite build script
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index b810d7f9..065ed654 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
"scripts": {
"lint": "node_modules/.bin/jshint ./lib --config ./.jshintrc",
"test": "node_modules/.bin/mocha test/*.*.js",
- "build": "cd build && ../node_modules/.bin/gulp && cd ../",
+ "build": "gulp --gulpfile build/gulpfile.js",
"doc": "jsdoc -c conf.json -t ./node_modules/ink-docstrap/template -R README.md lib"
},
"devDependencies": {