@fleekxyz/cli
Advanced tools
Comparing version 0.7.4-staging.4 to 0.7.4-staging.5
{ | ||
"name": "@fleekxyz/cli", | ||
"description": "Fleek Platform CLI", | ||
"version": "0.7.4-staging.4", | ||
"version": "0.7.4-staging.5", | ||
"private": false, | ||
@@ -25,3 +25,3 @@ "publishConfig": { | ||
"generate:clients": "ts-node ./generateClients.ts", | ||
"build": "doppler run --command='ts-node --files build.ts'", | ||
"build": "doppler run --command='ts-node --files build.ts' --config staging", | ||
"build:ci": "pnpm run generate && pnpm run build", | ||
@@ -28,0 +28,0 @@ "watch": "doppler run --command='tsc --watch'", |
Sorry, the diff of this file is too big to display
8402107