Skip to content

Commit

Permalink
Fix pkg publish (#31)
Browse files Browse the repository at this point in the history
* fix: reverts workflow

* fix: update readme
  • Loading branch information
oknoorap committed Sep 3, 2023
1 parent ae66573 commit 1c9018c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: Publish packages to NPM

on:
pull_request:
branches:
- "pkg/fix/**"
- "pkg/feat/**"
push:
paths:
- "packages/realm/**/*"

types:
- closed
branches:
- main

jobs:
publish:
Expand Down
2 changes: 0 additions & 2 deletions packages/realm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ Visit https://realm.codes to view the full documentation.
## What is Realm?
Realm is an HTML framework for building MVP. It is designed to be simple, lightweight, and easy to use. Realm is built on top of Native web components. No-tooling, No-bundler, less javascript. Just take care of your product and ship it fast.

If your web app is complex enough please use [React](https://react.dev), [Vue](https://vuejs.org/), or [Svelte](https://svelte.dev) instead.

## Contributing
Please see [CONTRIBUTING.md](https://github.com/realmorg/realm/blob/main/.github/CONTRIBUTING.md).

Expand Down

0 comments on commit 1c9018c

Please sign in to comment.