소스 검색

refactor cp command

Yuken Tezuka 3 년 전
부모
커밋
50f1b9ace7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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": {