From 9199713995d86a1ddafedfb9b48600eb35b466a7 Mon Sep 17 00:00:00 2001 From: ali Date: Tue, 2 Aug 2022 04:20:03 +0100 Subject: [PATCH 1/3] - workflow development --- .gitignore | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2bfb029..d55ebe9 100644 --- a/.gitignore +++ b/.gitignore @@ -40,4 +40,5 @@ Thumbs.db package-lock.json *.iml yarn.lock -actions-runner \ No newline at end of file +actions-runner +build/* \ No newline at end of file diff --git a/package.json b/package.json index 6cfd2a0..ea42960 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@seatmap/canvas", - "version": "1.0.1", + "version": "1.0.2", "tags": "seating, seat, seatmap, seat-selection, seat-booking, booking, ticket, reservation", "author": "Ali Sait TEKE ", "homepage": "https://github.com/alisaitteke/seatmap-canvas", From 8b772cae9ab25b7ad72f73e7d5bd0d18b8b6f364 Mon Sep 17 00:00:00 2001 From: ali Date: Tue, 2 Aug 2022 04:22:36 +0100 Subject: [PATCH 2/3] - workflow development --- .github/workflows/npm-publish-github-packages.yml | 4 ++++ .github/workflows/webpack.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish-github-packages.yml b/.github/workflows/npm-publish-github-packages.yml index 42f900b..d5601a0 100644 --- a/.github/workflows/npm-publish-github-packages.yml +++ b/.github/workflows/npm-publish-github-packages.yml @@ -6,6 +6,10 @@ name: Node.js Package on: release: types: [created] + push: + branches: [ master ] + pull_request: + branches: [ master ] jobs: build: diff --git a/.github/workflows/webpack.yml b/.github/workflows/webpack.yml index c1abd8b..d546e97 100644 --- a/.github/workflows/webpack.yml +++ b/.github/workflows/webpack.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [16.x] steps: - uses: actions/checkout@v3 From ed086c552882cb2ce98eede4886f497c0877afca Mon Sep 17 00:00:00 2001 From: ali Date: Tue, 2 Aug 2022 04:23:11 +0100 Subject: [PATCH 3/3] - workflow development --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ea42960..9108189 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@seatmap/canvas", - "version": "1.0.2", + "version": "1.0.3", "tags": "seating, seat, seatmap, seat-selection, seat-booking, booking, ticket, reservation", "author": "Ali Sait TEKE ", "homepage": "https://github.com/alisaitteke/seatmap-canvas",