summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules <jules@asdf.us>2017-12-14 16:21:56 -0500
committerJules <jules@asdf.us>2017-12-14 16:21:56 -0500
commit6cedbcf2987a74a01ddbe6abe0fed15fd1595e27 (patch)
tree891abd7daaf45ca52fd737b47434be64785df420
parent7081159fa2ef7216a349bf7d34e64976357bfe0f (diff)
bin path
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 2acd59b..08d962c 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"start": "node index",
- "build:search": "node bucky/search/lexicon",
+ "build:search": "node bucky/bin/build-search",
+ "build:scripts": "node bucky/bin/build-scripts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {