Browse Source

refactor cp command

Yuken Tezuka 3 năm trước cách đây
mục cha
commit
50f1b9ace7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/hackmd/package.json

+ 1 - 1
packages/hackmd/package.json

@@ -5,7 +5,7 @@
   "license": "MIT",
   "main": "dist/index.js",
   "scripts": {
-    "build": "vite build && cp ./src/index.js ./dist"
+    "build": "vite build && npx -y shx cp ./src/index.js ./dist"
   },
   "dependencies": {},
   "devDependencies": {