Skip to content

Commit

Permalink
publish fix n (#19)
Browse files Browse the repository at this point in the history
* packtracker config fix

* Bump css-loader from 5.2.1 to 5.2.2 (#10)

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/css-loader@v5.2.1...v5.2.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Peter Petrovics <szerintedmi@gmail.com>

* github ci action remove custom reporting

* cache yarn in ci tests

* CI tweaks & FF fixes (#12)

* rename file

* add relative ci for bundle size stats

* relative-ci config tweaks

* yarn install back w/o cache hit condition

* emit RadarChart rendering DOM events

* font fix

* arrange label fix on FF

* dominant-baseline fixes + old FF  bug workaround

* legends text v-alignment fix on FF

* percy snapshots

* wait for server start in snapshots gitghub action

* github action yarn caching --prefer-offline

* github action server launch fix

* github action fix #n

* more percy snapshots

* remove incorrect ex from percy snapshots

* Bump ts-loader from 8.1.0 to 9.0.0 (#13)

Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 8.1.0 to 9.0.0.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md)
- [Commits](TypeStrong/ts-loader@v8.1.0...v9.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* change to MIT license

* license in readme

* Publish npm package (#16)

* no  appleStartup favicons to reduce bundle size

* package.json for npm publish

* github action: publish on new release

* npm publish only release published

* no  appleStartup favicons to reduce bundle size

* yarn lock update

* publish github action fix

* github publish action fix #n

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
szerintedmi and dependabot[bot] authored Apr 20, 2021
1 parent 5515a29 commit 82706f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: is-published

- name: Fail if already published
if: ${{ steps.is-published.outputs.published == 'false' }}
if: ${{ steps.is-published.outputs.published == 'true' }}
run: exit 1

- name: Setup Node.js
Expand Down

0 comments on commit 82706f7

Please sign in to comment.