Browse Source

feat(payments-plugin): Removed copyfiles dependency

Martijn 1 year ago
parent
commit
fb519ed60f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/payments-plugin/package.json

+ 1 - 1
packages/payments-plugin/package.json

@@ -10,7 +10,7 @@
     "private": false,
     "private": false,
     "scripts": {
     "scripts": {
         "watch": "tsc -p ./tsconfig.build.json --watch",
         "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": "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",
         "e2e:watch": "cross-env PACKAGE=payments-plugin vitest --config ../../e2e-common/vitest.config.mts",
         "lint": "eslint --fix .",
         "lint": "eslint --fix .",