From c95d467ff8b28e95f026b88472dd31feb5107e3f Mon Sep 17 00:00:00 2001 From: aarondill Date: Fri, 3 Feb 2023 21:59:56 -0600 Subject: [PATCH] testing prepack --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25aac1f..185b94b 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build": "npm run tsup -- --minify --dts", "clean": "shx rm -rf lib 'templates/*/{yarn.lock,package-lock.json,node_modules}'", "dev": "npm run tsup -- --watch", - "prepack": "npm run clean && npm run build", + "prepack": "echo prepack && npm run clean && npm run build", "release": "release-it", "test": "run-p build typecheck && vitest --run", "tsup": "tsup src/index.ts src/cli.ts -d lib",