From 5170010f227f5d39570b28b3f8ab5d71e04c604c Mon Sep 17 00:00:00 2001 From: Nathan Russo Date: Fri, 28 Jan 2022 11:18:50 -0300 Subject: [PATCH] fix: clean --- .github/workflows/release.yml | 9 --------- .idea/.gitignore | 8 -------- .idea/inspectionProfiles/Project_Default.xml | 6 ------ .idea/markdown.xml | 8 -------- .idea/modules.xml | 8 -------- .idea/solid-slider.iml | 8 -------- .idea/vcs.xml | 6 ------ 7 files changed, 53 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/markdown.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/solid-slider.iml delete mode 100644 .idea/vcs.xml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d75214a..dc19c7f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,12 +33,3 @@ jobs: with: disable-changelog: true node-module: true - - - uses: actions/setup-node@v1 - with: - node-version: 12 - - run: npm install - - run: npm build - - uses: JS-DevTools/npm-publish@v1 - with: - token: ${{ env.NPM_TOKEN }} diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 03d9549..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/markdown.xml b/.idea/markdown.xml deleted file mode 100644 index 1a00a98..0000000 --- a/.idea/markdown.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 014aab3..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/solid-slider.iml b/.idea/solid-slider.iml deleted file mode 100644 index c956989..0000000 --- a/.idea/solid-slider.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file