Skip to content

Commit

Permalink
chore(package): update cpy-cli to version 3.0.0 🚀 (#292)
Browse files Browse the repository at this point in the history
* chore(package): update cpy-cli to version 3.0.0

* chore(package): update lockfile package-lock.json

* chore(package): fix scripts for cpy 3

Co-authored-by: Tomáš Vyčítal <[email protected]>
  • Loading branch information
greenkeeper[bot] and Thomaash committed Dec 22, 2019
1 parent 3bbcb5b commit 4417165
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 14 deletions.
89 changes: 79 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
"test:e2e:headless:transpile": "tsc --project cypress",
"test:e2e:headless:transpile-and-test": "npm run test:e2e:headless:transpile && npm run test:e2e:headless:test",
"test:unit": "BABEL_ENV=test-cov nyc mocha --exit",
"build:legacy:types": "cpy --parents types dist && tsc -p tsconfig.types.json",
"build:legacy:types": "cpy --parents \"types/**/*\" dist && tsc -p tsconfig.types.json",
"build:legacy:code": "rollup --config rollup.config.js",
"build:legacy:images": "cpy lib/assets/* dist/img/network/",
"build:declarations": "cpy --cwd types --parents '**/*' ../declarations && tsc -p tsconfig.declarations.json",
"build:legacy:images": "cpy \"lib/assets/*\" dist/img/network",
"build:declarations": "cpy --cwd=types --parents \"**/*\" ../declarations && tsc -p tsconfig.declarations.json",
"build:code": "rollup --config rollup.build.js",
"prepublishOnly": "npm run build",
"build": "npm run build:declarations && npm run build:code && npm run build:legacy:types && npm run build:legacy:code && npm run build:legacy:images",
Expand Down Expand Up @@ -99,7 +99,7 @@
"babel-plugin-istanbul": "5.2.0",
"chai": "4.2.0",
"component-emitter": "1.3.0",
"cpy-cli": "2.0.0",
"cpy-cli": "3.0.0",
"cypress": "3.8.0",
"eslint": "6.7.2",
"eslint-config-prettier": "6.7.0",
Expand Down

0 comments on commit 4417165

Please sign in to comment.