Skip to content

Commit

Permalink
feat: use -p flag in mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
vighnesh153 committed Apr 1, 2024
1 parent 070c4c9 commit d38f2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodejs-tools/nodejs-packages/ftp-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dev:backend": "tsup --watch",
"dev:frontend": "vite",
"lint": "eslint --max-warnings=0 .",
"copy": "mkdir ./dist/__vighnesh153-ftp-client__ && mv ./src/client/dist/* ./dist/__vighnesh153-ftp-client__",
"copy": "mkdir -p ./dist/__vighnesh153-ftp-client__ && mv ./src/client/dist/* ./dist/__vighnesh153-ftp-client__",
"build": "tsup && vite build && npm run copy"
},
"files": [
Expand Down

0 comments on commit d38f2de

Please sign in to comment.