You've already forked AstralRinth
forked from didirus/AstralRinth
Use npm for publishing
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -53,6 +53,8 @@ jobs:
|
|||||||
- name: Package
|
- name: Package
|
||||||
run: pnpm package
|
run: pnpm package
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: pnpm publish package --no-git-checks --tag alpha
|
run: |
|
||||||
|
cd package
|
||||||
|
npm publish --tag alpha
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "omorphia",
|
"name": "omorphia",
|
||||||
"version": "0.0.49",
|
"version": "0.0.48",
|
||||||
"description": "A beautiful Svelte component & style library",
|
"description": "A beautiful Svelte component & style library",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "svelte-kit dev",
|
"dev": "svelte-kit dev",
|
||||||
|
|||||||
Reference in New Issue
Block a user