Skip to content

Commit

Permalink
feat(payments-plugin): Removed copyfiles dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvdbrug committed Mar 13, 2024
1 parent e8ae5f6 commit fb519ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/payments-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"private": false,
"scripts": {
"watch": "tsc -p ./tsconfig.build.json --watch",
"build": "rimraf package && tsc -p ./tsconfig.build.json && yarn copyfiles -u 1 'src/**/ui/**/*' package/",
"build": "rimraf package && tsc -p ./tsconfig.build.json",
"e2e": "cross-env PACKAGE=payments-plugin vitest --config ../../e2e-common/vitest.config.mts --run",
"e2e:watch": "cross-env PACKAGE=payments-plugin vitest --config ../../e2e-common/vitest.config.mts",
"lint": "eslint --fix .",
Expand Down

0 comments on commit fb519ed

Please sign in to comment.