Skip to content

Commit

Permalink
ci:发布1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
wocwin committed Dec 18, 2024
1 parent 8bc2f72 commit 43c19c9
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wocwin/t-ui",
"version": "1.2.9",
"version": "1.2.10",
"description": "Vue 中基于Element-ui二次封装基础组件文档",
"author": "wocwin <wocwin@163.com>",
"license": "MIT",
Expand All @@ -9,11 +9,12 @@
"unpkg": "lib/t-ui.umd.min.js",
"jsdelivr": "lib/t-ui.umd.min.js",
"scripts": {
"serve": "vue-cli-service serve --open --fix",
"build": "vue-cli-service build",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"lib": "rimraf lib && vue-cli-service build --target lib --name t-ui --dest lib packages/index.js",
"serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --open --fix",
"build": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
"pub": "npm publish --registry=https://registry.npmjs.org/",
"docs:dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vuepress dev docs",
"docs:build": "SET NODE_OPTIONS=--openssl-legacy-provider && vuepress build docs",
"lib": "rimraf lib && SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build --target lib --name t-ui --dest lib packages/index.js",
"clean": "rimraf lib",
"dist": "npm run clean && npm run lib && webpack --config build/webpack.conf.js",
"deploy": "deploy.sh"
Expand Down

0 comments on commit 43c19c9

Please sign in to comment.