release(tusimple-theme): 0.1.1

This commit is contained in:
07akioni 2021-02-19 14:01:48 +08:00
parent 7b0b4f69e8
commit 33810c1a9d
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
"build:js": "npm run gen-version && npm run clean && tsc -b --force tsconfig.esm.json && tsc -b --force tsconfig.cjs.json && node scripts/post-build",
"build:package": "npm run gen-version && npm run clean && node scripts/pre-build/deprecated-build-icons.js && tsc -b --force tsconfig.esm.json && tsc -b --force tsconfig.cjs.json && node scripts/post-build",
"build:site": "./scripts/pre-build-site/pre-build-site.sh && cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=4096 vite build && ./scripts/post-build-site/post-build-site.sh",
"clean": "rm -rf site lib es node_modules/naive-ui",
"clean": "rm -rf site lib es node_modules/naive-ui themes/**/es themes/**/lib",
"release:package": "npm run build:package && npm publish --tag next",
"lint": "npm run lint:code && npm run lint:type",
"lint:type": "tsc -b --force tsconfig.esm.json",

View File

@ -2,7 +2,7 @@
"name": "@naive-ui/tusimple-theme",
"main": "lib/index.js",
"module": "es/index.js",
"version": "0.1.0",
"version": "0.1.1",
"author": "07akioni",
"license": "MIT",
"files": [