Skip to content

Commit af6632b

Browse files
authored
chore(gatsby-plugin-offline): Replace cpx with cpy-cli (#34229)
1 parent d607608 commit af6632b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/gatsby-plugin-offline/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@babel/cli": "^7.15.4",
2020
"@babel/core": "^7.15.5",
2121
"babel-preset-gatsby-package": "^2.5.0-next.0",
22-
"cpx": "^1.5.0",
22+
"cpy-cli": "^3.1.1",
2323
"cross-env": "^7.0.3",
2424
"gatsby-plugin-utils": "^2.5.0-next.0",
2525
"rewire": "^5.0.0"
@@ -47,7 +47,7 @@
4747
"scripts": {
4848
"build": "npm run build:src && npm run build:sw-append",
4949
"build:src": "babel src --out-dir . --ignore \"**/__tests__,src/sw-append.js\"",
50-
"build:sw-append": "cpx -v src/sw-append.js .",
50+
"build:sw-append": "cpy src/sw-append.js .",
5151
"prepare": "cross-env NODE_ENV=production npm run build",
5252
"watch": "npm run build:sw-append -- --watch & npm run build:src -- --watch"
5353
},

0 commit comments

Comments
 (0)