build(ci): remove unrecognized option
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 24 Mar 2023 17:42:52 +0000 (18:42 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 24 Mar 2023 17:42:52 +0000 (18:42 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/ci.yml

index 3e42ed4d1847019e44ab10d3a76a013b31e6f9f3..49cf4f22ebd172cc92d83429e90d8877525ea149 100644 (file)
@@ -39,7 +39,7 @@ jobs:
           pnpm install
 
       - name: Build
-        run: pnpm run build --if-present
+        run: pnpm run build
 
       - name: Lint
         run: pnpm run lint