Skip to content

Commit

Permalink
copyfiles syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
paretoman committed Mar 31, 2024
1 parent ad25123 commit 2bebd39
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"build-1": "npm run build -w @paretoman/votekit-add-sandboxes",
"build-2": "npm run copy-1 && npm run copy-2 && npm run copy-3",
"build-3": "npm run build -w @paretoman/votekit-demo",
"copy-1": "copyfiles -u 3 src/addSandboxes/dist/addSandboxes*.js src/demo/dist/src/addSandboxes/",
"copy-2": "copyfiles src/**/*.{css,html} src/demo/dist -e src/demo/**/* -e **/dist/**/*",
"copy-3": "copyfiles test/**/*.* src/demo/dist",
"copy-1": "copyfiles -u 3 \"src/addSandboxes/dist/addSandboxes*.js\" src/demo/dist/src/addSandboxes/",
"copy-2": "copyfiles \"src/**/*.{css,html}\" -e \"src/demo/**/*\" -e \"**/dist/**/*\" src/demo/dist",
"copy-3": "copyfiles \"test/**/*.*\" src/demo/dist",
"clean": "npm run clean -w @paretoman/votekit-demo",
"build-clean": "npm run clean && npm run prepare && npm run doc && npm run build",
"push-site": "npm run push-site -w @paretoman/votekit-demo",
Expand Down Expand Up @@ -116,5 +116,9 @@
"workspaces": [
"src/*",
"src/compute/*"
]
],
"engines" : {
"node" : ">=16.0.0"
}

}

0 comments on commit 2bebd39

Please sign in to comment.