Skip to content

Commit

Permalink
Remove script copy of css
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel committed Jan 23, 2019
1 parent 0f0da15 commit 2748bfd
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 @@ -10,7 +10,7 @@
"lint": "vue-cli-service lint",
"before-publish": "npm i && npm run lint && npm run test:unit && npm run build",
"build:docs": "vue-cli-service build --dest docs --mode production",
"build:lib": "vue-cli-service build --target lib ./src/VueCtkDateTimePicker/index.vue && cp dist/vue-ctk-date-time-picker.css dist/vue-ctk-date-time-picker.min.css",
"build:lib": "vue-cli-service build --target lib ./src/VueCtkDateTimePicker/index.vue",
"lint:fix": "eslint --ext .js,.vue src",
"publish-npm:beta": "npm publish --tag beta",
"serve:build": "vue-cli-service serve --mode production",
Expand Down

0 comments on commit 2748bfd

Please sign in to comment.