Jelajahi Sumber

refactor cp command

Yuken Tezuka 3 tahun lalu
induk
melakukan
50f1b9ace7
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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": {