mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-03 04:21:34 +08:00
release(tusimple-theme): 0.1.1
This commit is contained in:
parent
7b0b4f69e8
commit
33810c1a9d
@ -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",
|
||||
|
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user