Skip to content

Commit

Permalink
remove prepare (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlgimenes authored Jul 29, 2021
1 parent 8211d48 commit 6a4cd89
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 18 deletions.
3 changes: 1 addition & 2 deletions packages/gatsby-plugin-cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"browser": "src/index.ts",
"sideEffects": false,
"scripts": {
"build": "tsc",
"prepare": "cross-env NODE_ENV=production yarn run build",
"build": "cross-env NODE_ENV=production tsc",
"develop": "tsc --watch"
},
"keywords": [
Expand Down
3 changes: 1 addition & 2 deletions packages/gatsby-plugin-google-tag-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"main": "index.js",
"browser": "src/index.ts",
"scripts": {
"build": "tsc",
"prepare": "cross-env NODE_ENV=production yarn run build",
"build": "cross-env NODE_ENV=production tsc",
"develop": "tsc --watch"
},
"keywords": [
Expand Down
3 changes: 1 addition & 2 deletions packages/gatsby-plugin-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"browser": "src/index.ts",
"sideEffects": false,
"scripts": {
"build": "tsc",
"prepare": "cross-env NODE_ENV=production yarn run build",
"build": "cross-env NODE_ENV=production tsc",
"develop": "tsc --watch"
},
"keywords": [
Expand Down
3 changes: 1 addition & 2 deletions packages/gatsby-plugin-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"sideEffects": false,
"license": "MIT",
"scripts": {
"build": "tsc",
"prepare": "cross-env NODE_ENV=production yarn run build",
"build": "cross-env NODE_ENV=production tsc",
"develop": "tsc --watch"
},
"devDependencies": {
Expand Down
3 changes: 1 addition & 2 deletions packages/gatsby-plugin-nginx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"develop": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint",
"prepare": "tsdx build"
"lint": "tsdx lint"
},
"keywords": [
"gatsby",
Expand Down
3 changes: 1 addition & 2 deletions packages/gatsby-plugin-pixel-facebook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"main": "index.js",
"browser": "src/index.ts",
"scripts": {
"build": "tsc",
"prepare": "cross-env NODE_ENV=production yarn run build",
"build": "cross-env NODE_ENV=production tsc",
"develop": "tsc --watch"
},
"keywords": [
Expand Down
3 changes: 1 addition & 2 deletions packages/gatsby-plugin-theme-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"browser": "src/index.ts",
"sideEffects": false,
"scripts": {
"build": "tsc",
"prepare": "cross-env NODE_ENV=production yarn run build",
"build": "cross-env NODE_ENV=production tsc",
"develop": "tsc --watch"
},
"keywords": [
Expand Down
1 change: 0 additions & 1 deletion packages/gatsby-plugin-thumbor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"build": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why"
},
Expand Down
3 changes: 1 addition & 2 deletions packages/gatsby-source-vtex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"develop": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint",
"prepare": "tsdx build"
"lint": "tsdx lint"
},
"dependencies": {
"@graphql-tools/delegate": "^7.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"browser": "src/index.ts",
"sideEffects": false,
"scripts": {
"build": "tsc",
"build": "cross-env NODE_ENV=production tsc",
"develop": "tsc --watch",
"test": "tsdx test"
},
Expand Down

0 comments on commit 6a4cd89

Please sign in to comment.