diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41f1236..65be9f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: run: yarn install - name: Build library package - run: yarn build:lib + run: yarn build:lib --configuration=production - name: Copy readme and license files run: yarn build:copy-files diff --git a/.gitignore b/.gitignore index d0c1e26..88b60fe 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ /tmp /out-tsc +# caches +/.angular/cache + # dependencies /node_modules diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 9a5667f..8b0ce0a 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -7,6 +7,6 @@