From 78a01e57e60de0fb7d88c278e5ddc484b172e1f7 Mon Sep 17 00:00:00 2001 From: Ward Peeters Date: Sun, 27 Mar 2022 11:59:00 +0200 Subject: [PATCH] update package.json --- packages/gatsby-plugin-image/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-image/package.json b/packages/gatsby-plugin-image/package.json index fbf87c0493c72..338e97742e778 100644 --- a/packages/gatsby-plugin-image/package.json +++ b/packages/gatsby-plugin-image/package.json @@ -7,7 +7,7 @@ "build:gatsby-ssr": "microbundle -i src/gatsby-ssr.tsx -f cjs -o ./[name].js --no-pkg-main --jsx React.createElement --no-compress --external=common-tags,react --no-sourcemap", "build:server": "microbundle -f cjs,es --jsx React.createElement --define SERVER=true", "build:browser": "microbundle -i src/index.browser.ts -f cjs,modern --jsx React.createElement -o dist/gatsby-image.browser --define SERVER=false", - "prepare": "build", + "prepare": "yarn build", "watch": "npm-run-all -s clean -p watch:*", "watch:gatsby-node": "yarn build:gatsby-node --watch", "watch:gatsby-ssr": "yarn build:gatsby-ssr watch",