Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 3a94322

Browse files
Replace copyfiles with cp in build:py command
1 parent df7ae11 commit 3a94322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test-debug": "./node_modules/.bin/builder run test-frontend-debug",
2323
"uninstall-local": "pip uninstall dash-core-components -y",
2424
"build:js": "webpack --mode production",
25-
"build:py": "node ./extract-meta src/components > dash_core_components/metadata.json && copyfiles package.json dash_core_components && npm run generate-python-classes"
25+
"build:py": "node ./extract-meta src/components > dash_core_components/metadata.json && cp package.json dash_core_components && npm run generate-python-classes"
2626
},
2727
"author": "Chris Parmer <[email protected]>",
2828
"license": "MIT",

0 commit comments

Comments
 (0)