diff options
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", |