From 0bab3e3815124faf580ca56a82bf9f997825465b Mon Sep 17 00:00:00 2001 From: Tom Bebbington Date: Thu, 11 May 2023 21:59:28 +0100 Subject: [PATCH] Attempt skip build/test and go straight to publish --- .github/workflows/npm-publish.yml | 10 ---------- README.md | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 0403fb8..03918e4 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -8,15 +8,6 @@ on: types: [created] jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 - with: - node-version: 16 - - run: npm ci - - run: npm test publish-npm: needs: build @@ -27,7 +18,6 @@ jobs: with: node-version: 18 registry-url: https://registry.npmjs.org/ - - run: npm ci - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.npm_token}} diff --git a/README.md b/README.md index 22a7a24..2cd64d0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Elysia Filesustem Router +tAt# Elysia Filesustem Router A plugin for [Elysia.js](https://elysiajs.com/) for server-side APIs