]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
dashboard: Fix building build shell script 36761/head
authorWillem Jan Withagen <wjw@digiware.nl>
Sun, 23 Aug 2020 23:25:17 +0000 (01:25 +0200)
committerWillem Jan Withagen <wjw@digiware.nl>
Sun, 23 Aug 2020 23:25:17 +0000 (01:25 +0200)
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/pybind/mgr/dashboard/frontend/package.json

index 16b7f29c3a6b1b9b3c78d1820f70480cbdf51446..915828b52f34c06e69686419612c0374a279a65f 100644 (file)
@@ -8,7 +8,7 @@
   "scripts": {
     "ng": "ng",
     "start": "npm run env_build && ng serve --host 0.0.0.0",
-    "build": "npm run env_build & ng build --configuration=$npm_package_config_locale",
+    "build": "npm run env_build && ng build --configuration=$npm_package_config_locale",
     "build:localize": "node cd --env --pre && ng build --localize",
     "postbuild:localize": "node cd --res",
     "env_build": "node cd --env",