Skip to content

Commit

Permalink
fix: Remove cpx dependency from pubsub (#11752)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblanc committed Aug 8, 2023
1 parent a00704d commit c6cb690
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 267 deletions.
7 changes: 3 additions & 4 deletions packages/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"test": "npm run lint && jest -w 1 --coverage",
"test:size": "size-limit",
"build-with-test": "npm run clean && npm test && tsc && webpack",
"build:cjs": "node ./build es5 && cpx src/vendor/** lib/vendor && webpack && webpack --config ./webpack.config.dev.js",
"build:esm": "node ./build es6 && cpx src/vendor/** lib-esm/vendor",
"build:cjs": "node ./build es5 && cp src/vendor/* lib/vendor && webpack && webpack --config ./webpack.config.dev.js",
"build:esm": "node ./build es6 && cp src/vendor/* lib-esm/vendor",
"build:cjs:watch": "node ./build es5 --watch",
"build:esm:watch": "node ./build es6 --watch",
"build": "npm run clean && npm run build:esm && npm run build:cjs",
Expand All @@ -41,8 +41,7 @@
},
"homepage": "https://aws-amplify.github.io/",
"devDependencies": {
"@types/zen-observable": "^0.8.0",
"cpx": "^1.5.0"
"@types/zen-observable": "^0.8.0"
},
"files": [
"lib",
Expand Down
Loading

0 comments on commit c6cb690

Please sign in to comment.