mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
build add eslint
This commit is contained in:
parent
29fb1c5845
commit
5f37f3ee54
@ -12,7 +12,7 @@
|
||||
"scripts": {
|
||||
"bootstrap": "npm i --registry=http://registry.npm.qima-inc.com",
|
||||
"build:file": "node build/bin/build-entry.js",
|
||||
"build": "npm run clean && npm run build:file && npm run concat:dev && npm run concat:prod",
|
||||
"build": "npm run clean && npm run lint && npm run build:file && npm run concat:dev && npm run concat:prod",
|
||||
"dev": "npm run bootstrap && npm run build:file",
|
||||
"builddocs": "webpack --progress --hide-modules --config build/webpack.config.js && set NODE_ENV=production webpack --progress --hide-modules --config build/webpack.config.js",
|
||||
"docs": "npm run dev && webpack-dev-server --inline --hot --config build/webpack.config.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user