mirror of
https://github.com/certd/certd.git
synced 2026-07-29 08:37:36 +08:00
chore: 完善第三方依赖动态加载
This commit is contained in:
@@ -11,7 +11,9 @@
|
||||
"dev-build": "npm run build",
|
||||
"test:unit": "cross-env NODE_ENV=unittest echo no unit tests",
|
||||
"pub": "npm publish",
|
||||
"compile": "npm run build"
|
||||
"compile": "npm run build",
|
||||
"format": "prettier --write src",
|
||||
"lint": "eslint --fix"
|
||||
},
|
||||
"author": "",
|
||||
"license": "Apache",
|
||||
|
||||
Reference in New Issue
Block a user