Commit af6632b 1 parent d607608 commit af6632b Copy full SHA for af6632b
File tree 1 file changed +2
-2
lines changed
packages/gatsby-plugin-offline
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
"@babel/cli" : " ^7.15.4" ,
20
20
"@babel/core" : " ^7.15.5" ,
21
21
"babel-preset-gatsby-package" : " ^2.5.0-next.0" ,
22
- "cpx " : " ^1.5.0 " ,
22
+ "cpy-cli " : " ^3.1.1 " ,
23
23
"cross-env" : " ^7.0.3" ,
24
24
"gatsby-plugin-utils" : " ^2.5.0-next.0" ,
25
25
"rewire" : " ^5.0.0"
47
47
"scripts" : {
48
48
"build" : " npm run build:src && npm run build:sw-append" ,
49
49
"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 ." ,
51
51
"prepare" : " cross-env NODE_ENV=production npm run build" ,
52
52
"watch" : " npm run build:sw-append -- --watch & npm run build:src -- --watch"
53
53
},
You can’t perform that action at this time.
0 commit comments