diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-14 10:57:48 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-14 10:57:48 +0100 |
commit | b0d130807fb9bf36f5ac1abe21cbd558eb86d5cc (patch) | |
tree | bcd6aefa2117fba70745872214d2d866b6e9ab20 /webapp/package.json | |
parent | fb2f6b918beb0a994ad304bfd678ef0c5c562210 (diff) |
Fixed webapp build and error message.
Diffstat (limited to 'webapp/package.json')
-rw-r--r-- | webapp/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/package.json b/webapp/package.json index f4f843f..4097e0d 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -19,6 +19,7 @@ "url": "https://github.com/iotbzh/xds-agent/issues" }, "scripts": { + "clean": "rm -rf dist/", "build": "ng build --prod --verbose", "start": "ng serve --prod --port=8000", "watch": "ng build --preserve-symlinks --watch", |