Skip to content

Commit

Permalink
update cp for non-submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishna321 committed Apr 30, 2024
1 parent b0619b0 commit d580a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "rm -rf lib && npx tsc -b && npm run buildAndCopyWeb && npm run copy-files",
"bundle": "npm run build && webpack",
"build-web-and-plugin": "npx tsc -b && npm run buildAndCopyWeb && npm run copy-files",
"copy-files": "cp -R src/public lib",
"copy-files": "(cp -R src/public lib || exit 0)",
"buildAndCopyWeb": "sh buildAndCopyWeb.sh",
"prepublishOnly": "npx tsc && npm run buildAndCopyWeb && npm run copy-files && npm run bundle",
"lint": "eslint . --ext .ts,.tsx --fix",
Expand Down

0 comments on commit d580a13

Please sign in to comment.