未验证 提交 ebe5a4e3 编写于 作者: P plainheart

chore: update deprecated npm `prepublish` hook to `prepare`

上级 e450ae01
......@@ -47,7 +47,7 @@
"build:extension": "node build/build.js --type extension",
"dev:fast": "node build/build-i18n.js && node build/dev-fast.js",
"dev": "npx -y concurrently -n build,server \"npm run dev:fast\" \"npx -y http-server -c-1 -s -o test\"",
"prepublish": "npm run build:lib",
"prepare": "npm run build:lib",
"release": "npm run build:lib && npm run build:i18n && npm run build && npm run build:esm && npm run build:extension",
"help": "node build/build.js --help",
"test:visual": "node test/runTest/server.js",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册