Skip to content

Commit

Permalink
chore(gatsby-plugin-offline): Replace cpx with cpy-cli (#34229)
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Dec 10, 2021
1 parent d607608 commit af6632b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-offline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"babel-preset-gatsby-package": "^2.5.0-next.0",
"cpx": "^1.5.0",
"cpy-cli": "^3.1.1",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^2.5.0-next.0",
"rewire": "^5.0.0"
Expand Down Expand Up @@ -47,7 +47,7 @@
"scripts": {
"build": "npm run build:src && npm run build:sw-append",
"build:src": "babel src --out-dir . --ignore \"**/__tests__,src/sw-append.js\"",
"build:sw-append": "cpx -v src/sw-append.js .",
"build:sw-append": "cpy src/sw-append.js .",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "npm run build:sw-append -- --watch & npm run build:src -- --watch"
},
Expand Down

0 comments on commit af6632b

Please sign in to comment.