Skip to content

Commit

Permalink
build update. tutorial locaton.
Browse files Browse the repository at this point in the history
  • Loading branch information
paretoman committed Mar 31, 2024
1 parent 471f1c2 commit ad25123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [16.x, 18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@
"doc": "jsdoc -c jsdoc.json -d src/demo/docs",
"build": "npm run build-1 && npm run build-2 && npm run build-3",
"build-1": "npm run build -w @paretoman/votekit-add-sandboxes",
"build-2": "npm run copy-1 && npm run copy-2 && npm run copy-3 && npm run copy-4",
"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-4": "copyfiles tutorial/**/* src/demo",
"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

0 comments on commit ad25123

Please sign in to comment.