Delete old JS dir, before recompile TS
authorjoshuaruesweg <ruesweg@woltlab.com>
Wed, 16 Mar 2022 08:45:48 +0000 (09:45 +0100)
committerjoshuaruesweg <ruesweg@woltlab.com>
Wed, 16 Mar 2022 08:45:48 +0000 (09:45 +0100)
.github/workflows/typescript.yml

index 77ef3223f0de7cbbe0f806a2b51666788ace6a15..13835741f42db84437934c19adb61f92d5c0fdaa 100644 (file)
@@ -50,6 +50,7 @@ jobs:
         node-version: "16"
         cache: "npm"
     - run: npm install
+    - run: rm -r files_wcf/js/WoltLabSuite/
     - run: npx tsc
     - run: echo "::add-matcher::.github/diff.json"
     - name: Show diff