Skip to content

Commit

Permalink
chore: add blender-ui release script
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Dec 17, 2023
1 parent 1aee962 commit 37a9af3
Show file tree
Hide file tree
Showing 4 changed files with 145 additions and 95 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ignore-workspace-root-check=true
2 changes: 1 addition & 1 deletion lib/components/BSlider/BSlider.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { nextTick, ref, watch } from 'vue'
import { computed, nextTick, ref, watch } from 'vue'
import numberDrag from '../actions/numberDrag'
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"story:preview": "histoire preview --port 4567",
"ci": "start-server-and-test story:preview http://localhost:4567/ test",
"postinstall": "nuxi prepare",
"release": "pnpm -C lib run release",
"test": "cypress run",
"test:dev": "cypress open --config baseUrl=http://localhost:6006",
"test:examples": "pnpm run story:build && pnpm run ci",
Expand All @@ -36,6 +37,7 @@
"@histoire/plugin-vue": "^0.17.6",
"@nuxtjs/tailwindcss": "^6.10.1",
"@vitejs/plugin-vue": "^4.5.2",
"bumpp": "^9.2.1",
"consola": "^3.2.3",
"cypress": "^13.6.1",
"cypress-vite": "^1.5.0",
Expand Down
Loading

0 comments on commit 37a9af3

Please sign in to comment.