Procházet zdrojové kódy

refactor cp command

Yuken Tezuka před 3 roky
rodič
revize
50f1b9ace7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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": {