Skip to content

Commit

Permalink
Merge pull request jaenjs#2 from getcronit/main
Browse files Browse the repository at this point in the history
fix: build index for dist
  • Loading branch information
schettn authored Jun 21, 2024
2 parents 7f6a039 + 8fcdc29 commit cdcf90a
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 570 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-jaen-mailpress/index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('./dist/index.js')
// nop
2 changes: 1 addition & 1 deletion packages/gatsby-jaen-mailpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"gatsby-node.js"
],
"scripts": {
"build": "tsc gatsby/* --outDir dist/gatsby --esModuleInterop --skipLibCheck --resolveJsonModule"
"build": "tsc gatsby/* --outDir dist/gatsby --esModuleInterop --skipLibCheck --resolveJsonModule && tsc"
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

// @ts-nocheck
import { proxy, arrayProxy, fnProxy, fnArrayProxy, t } from "snek-query";

export enum OAuthProvider {
Expand Down
239 changes: 0 additions & 239 deletions packages/gatsby-jaen-mailpress/src/hooks.ts

This file was deleted.

1 change: 1 addition & 0 deletions packages/gatsby-jaen-mailpress/src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {sq} from './client/src/index'
Loading

0 comments on commit cdcf90a

Please sign in to comment.