diff options
| author | Jules <jules@asdf.us> | 2017-12-14 16:21:56 -0500 |
|---|---|---|
| committer | Jules <jules@asdf.us> | 2017-12-14 16:21:56 -0500 |
| commit | 6cedbcf2987a74a01ddbe6abe0fed15fd1595e27 (patch) | |
| tree | 891abd7daaf45ca52fd737b47434be64785df420 /package.json | |
| parent | 7081159fa2ef7216a349bf7d34e64976357bfe0f (diff) | |
bin path
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
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": { |
