Skip to content

Commit

Permalink
fix: cloud copy (#32787)
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet authored Aug 12, 2021
1 parent 4550c28 commit a66d774
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/gatsby-plugin-gatsby-cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.2.1",
"babel-preset-gatsby-package": "^1.12.0-next.3",
"cpy-cli": "^3.1.1",
"cross-env": "^7.0.3",
"jest": "^26.6.3",
"msw": "^0.33.2",
Expand Down Expand Up @@ -51,7 +52,7 @@
"scripts": {
"build": "babel src --out-dir . --ignore \"**/__tests__\" && npm run clean && npm run copy-type-declarations",
"clean": "rimraf ./components/index.d.ts",
"copy-type-declarations": "cp src/components/index.d.ts components/index.d.ts",
"copy-type-declarations": "cpy src/components/index.d.ts components/index.d.ts",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir . --ignore \"**/__tests__\""
},
Expand Down

0 comments on commit a66d774

Please sign in to comment.