chore: test: use pnpm

This commit is contained in:
keiko233
2023-11-13 14:49:28 +08:00
parent 6c692d9308
commit c4bc9aea22
9 changed files with 3933 additions and 2475 deletions

View File

@@ -33,7 +33,7 @@ async function resolve() {
const { version } = require("../package.json");
const tag = META ? "meta" : ALPHA ? "alpha" : `v${version}`;
const buildCmd = META ? `yarn build -f default-meta` : `yarn build`;
const buildCmd = META ? `pnpm build -f default-meta` : `pnpm build`;
console.log(`[INFO]: Upload to tag "${tag}"`);
console.log(`[INFO]: Building app. "${buildCmd}"`);