Skip to content

Commit

Permalink
Merge pull request #220 from KenEucker/develop
Browse files Browse the repository at this point in the history
Oops.
  • Loading branch information
KenEucker authored Jan 8, 2024
2 parents dcb32a5 + 37f4f99 commit a633cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint:js": "eslint --ext .ts,.js,.vue src --fix",
"lint:style": "stylelint \"./src/**/*.vue\" \"./src/**/*.scss\" --fix",
"serve": "vite",
"pub:expose": "mv dist/publish.d.ts ./ publish.d.ts && mv dist/biketag-vue.umd.js ./biketag-vue.umd.js && mv dist/biketag-vue.mjs ./biketag-vue.mjs && mv dist/style.css ./style.css && mv dist/components ./components && mv dist/common ./common && mv dist/store ./store",
"pub:expose": "mv dist/publish.d.ts ./publish.d.ts && mv dist/biketag-vue.umd.js ./biketag-vue.umd.js && mv dist/biketag-vue.mjs ./biketag-vue.mjs && mv dist/style.css ./style.css && mv dist/components ./components && mv dist/common ./common && mv dist/store ./store",
"pub:build": "vue-tsc && vite build --config publish.config.ts",
"build": "vite build",
"dev:rerun": "npm run dev:clear && npm run dev",
Expand Down

0 comments on commit a633cfd

Please sign in to comment.