mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
test
This commit is contained in:
@@ -11,7 +11,7 @@ on:
|
||||
|
||||
jobs:
|
||||
setup:
|
||||
name: Setup & Build Appwrite Image
|
||||
name: Setup & Build Console SDK
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
@@ -30,6 +30,8 @@ jobs:
|
||||
- name: Build and Publish SDK
|
||||
working-directory: ./app/sdks/console-web
|
||||
run: |
|
||||
npm config set cache ~/.npm --global
|
||||
npm config set prefix ~/.npm-global
|
||||
npm install
|
||||
npm run build
|
||||
pnpx pkg-pr-new publish
|
||||
|
||||
Reference in New Issue
Block a user