diff options
| -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": { |
