forked from cerc-io/snowballtools-base
Update script to pay webapp deployer before deployment request (#14)
Part of [Service provider auctions for web deployments](https://www.notion.so/Service-provider-auctions-for-web-deployments-104a6b22d47280dbad51d28aa3a91d75) Co-authored-by: Adw8 <adwaitgharpure@gmail.com> Reviewed-on: cerc-io/snowballtools-base#14
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"version": "1.0.0",
|
||||
"main": "dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./src",
|
||||
"scripts": {
|
||||
"build": "npx tsup src/index.ts --dts --format esm,cjs --sourcemap",
|
||||
"lint": "tsc --noEmit"
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import { addProjectFromTemplate } from "./mutations";
|
||||
// Note: equivalent to types present in GQL schema
|
||||
|
||||
export enum Role {
|
||||
|
||||
Reference in New Issue
Block a user