mirror of
https://github.com/certd/certd.git
synced 2026-07-30 01:07:38 +08:00
fix: 修复设置里面不显示tab页签,导致某些页面需要点击查询按钮才有数据出来的bug
This commit is contained in:
@@ -6,11 +6,15 @@
|
||||
"module": "./dist/bundle.js",
|
||||
"types": "./dist/d/index.d.ts",
|
||||
"scripts": {
|
||||
|
||||
|
||||
"before-build": "node -e \"const fs=require('fs');fs.rmSync('dist',{recursive:true,force:true});fs.rmSync('tsconfig.tsbuildinfo',{force:true});fs.rmSync('.rollup.cache',{recursive:true,force:true});\"",
|
||||
"build": "npm run before-build && rollup -c ",
|
||||
"dev-build": "npm run build",
|
||||
"test:unit": "cross-env NODE_ENV=unittest echo no unit tests",
|
||||
"pub": "npm publish"
|
||||
"pub": "npm publish",
|
||||
"compile": "npm run build"
|
||||
|
||||
},
|
||||
"author": "",
|
||||
"license": "Apache",
|
||||
|
||||
Reference in New Issue
Block a user