From b83824121f24f9559d3672cf07b6033147596449 Mon Sep 17 00:00:00 2001 From: andriikamaldinov1 Date: Tue, 19 Mar 2024 12:50:46 +0200 Subject: [PATCH] feat(ref: no-ref): update version, remove husky --- .github/workflows/gh-pages.yml | 12 ++++++------ .releaserc.yaml | 2 +- tsconfig.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 3e156e4..9421e45 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -3,7 +3,7 @@ name: GitHub pages on: push: branches: - - feat/update-version + - develop jobs: build: @@ -38,11 +38,11 @@ jobs: echo '********' bash .github/workflows/scripts/replace_template.sh $RELEASE_VERSION npm run build -# - name: Deploy demo -# uses: peaceiris/actions-gh-pages@v3 -# with: -# github_token: ${{ secrets.GITHUB_TOKEN }} -# publish_dir: ./dist/ngx-copypaste/browser + - name: Deploy demo + uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./dist/ngx-copypaste/browser outputs: version: ${{ steps.semantic-release.outputs.new-release-version }} diff --git a/.releaserc.yaml b/.releaserc.yaml index 8e70580..f46f35d 100644 --- a/.releaserc.yaml +++ b/.releaserc.yaml @@ -1,5 +1,5 @@ branches: - - feat/update-version + - develop plugins: - '@semantic-release/commit-analyzer' diff --git a/tsconfig.json b/tsconfig.json index 63e3df6..212503a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "compilerOptions": { "target": "ES2022", "module": "es2020", - "lib": ["es2020", "dom"], + "lib": ["es2016", "dom"], "sourceMap": true, "outDir": "./dist/out-tsc", "strict": true,