diff --git a/dist/index.js b/dist/index.js index 64cbc77..1b42200 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/src/index.ts b/src/index.ts index 94fa742..a94f035 100644 --- a/src/index.ts +++ b/src/index.ts @@ -6,7 +6,11 @@ import pnpmInstall from './pnpm-install' async function main() { const isPost = getState('isPost') - console.log({ isPost }) + console.log({ + is_post: getState('is_post'), + isPost: getState('isPost'), + STATE_isPost: process.env['STATE_isPost'], + }) if (isPost) { return }