Skip to content

Commit

Permalink
added jekyl for github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dsabre committed Nov 10, 2023
1 parent b1b71c2 commit decdf6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"preview": "vite preview",
"gen-view": "npx @dsabre/generate-vue-cli@latest --dir=src/views --suffix=View",
"gen-component": "npx @dsabre/generate-vue-cli@latest --dir=src/components",
"gen-func": "npx @dsabre/generate-vue-cli@latest --dir=src/views/functions --template=templates/function.vue"
"gen-func": "npx @dsabre/generate-vue-cli@latest --dir=src/views/functions --template=templates/function.vue",
"build-github-pages": "vite build --base=/ts-js-functions/"
},
"dependencies": {
"flowbite": "^2.0.0",
Expand Down

0 comments on commit decdf6f

Please sign in to comment.