From a819688ac2889806fae8404ea85a73f2d4fab34f Mon Sep 17 00:00:00 2001 From: Pierluigi Viti Date: Tue, 1 Mar 2022 17:53:01 +0100 Subject: [PATCH] chore(build): remove resource gen before build --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 3d069d20..c2dc5a70 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,6 @@ "module": "lib/esm/index.js", "scripts": { "analyze": "size-limit --why", - "prebuild": "npm run generate", "build": "tsc -b tsconfig.json tsconfig.esm.json --verbose", "clean": "rm -rf ./.nyc_output ./node_modules/.cache ./coverage", "coverage": "jest --coverage",