diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-04-26 11:39:51 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-04-26 12:12:08 +0100 |
commit | 7305649a277214da35452f2e0172ad5f75454413 (patch) | |
tree | 75666a32dfe3040d4fbd8254f258f47467afb8de /javascript/package.json | |
parent | 4b26a09c3772b74bb8ad2305406bba88ababb4a2 (diff) |
Make 'npm build' build the js lib
Diffstat (limited to 'javascript/package.json')
-rw-r--r-- | javascript/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/javascript/package.json b/javascript/package.json index b27d6eb..dc16e45 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -8,6 +8,7 @@ "README.md" ], "scripts": { + "build": "./build.py", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { |