8000 fix: full esm build support by sweatybridge · Pull Request #444 · supabase/postgres-meta · GitHub
[go: up one dir, main page]

Skip to content

fix: full esm build support #444

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Dec 25, 2022
Merged
Prev Previous commit
chore: revert start check
  • Loading branch information
sweatybridge authored Dec 25, 2022
commit 2139b77f573ffe159327c807bf7e1e233e6ee3d4
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: "16"

- run: |
npm clean-install
Expand All @@ -32,9 +32,3 @@ jobs:
- uses: actionsx/prettier@v2
with:
args: --check "{src,test}/**/*.ts"

start:
runs-on: ubuntu-latest
steps:
- run: docker build . -t pgmeta
- run: docker run --rm -it pgmeta node dist/server/app.js gen types typescript
0