Skip to content

Commit

Permalink
fix: fix demos
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Sep 28, 2023
1 parent ec2724f commit e8755f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 20 deletions.
25 changes: 6 additions & 19 deletions docgen/vcl.github.io/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docgen/vcl.github.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"git-push": "cd dist && git add -A . && git commit -a -m 'doc update' && git push --set-upstream origin master --force",
"clean": "rm -rf dist",
"bundle-webcomponents": "polymer build",
"pregen-doc": "npm run bundle-webcomponents && mkdir dist && cp -r node_modules/@fortawesome/fontawesome-free/webfonts dist/",
"pregen-doc": "npm run bundle-webcomponents && mkdir -p dist && cp -r node_modules/@fortawesome/fontawesome-free/webfonts dist/",
"gen-doc": "./cli.js ../../packages/vcl dist --name=\"VCL Documentation\" --doc=../../doc",
"deploy": "npm-run-all clean gen-doc git-init git-push"
},
Expand Down

0 comments on commit e8755f1

Please sign in to comment.