We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d607608 commit af6632bCopy full SHA for af6632b
packages/gatsby-plugin-offline/package.json
@@ -19,7 +19,7 @@
19
"@babel/cli": "^7.15.4",
20
"@babel/core": "^7.15.5",
21
"babel-preset-gatsby-package": "^2.5.0-next.0",
22
- "cpx": "^1.5.0",
+ "cpy-cli": "^3.1.1",
23
"cross-env": "^7.0.3",
24
"gatsby-plugin-utils": "^2.5.0-next.0",
25
"rewire": "^5.0.0"
@@ -47,7 +47,7 @@
47
"scripts": {
48
"build": "npm run build:src && npm run build:sw-append",
49
"build:src": "babel src --out-dir . --ignore \"**/__tests__,src/sw-append.js\"",
50
- "build:sw-append": "cpx -v src/sw-append.js .",
+ "build:sw-append": "cpy src/sw-append.js .",
51
"prepare": "cross-env NODE_ENV=production npm run build",
52
"watch": "npm run build:sw-append -- --watch & npm run build:src -- --watch"
53
},
0 commit comments