Commit 99ac92e6 authored by 杨奕's avatar 杨奕 Committed by GitHub

Merge pull request #666 from QingWei-Li/fix/build-script

Fix build src folder, #fixed 665
parents 8783c3e9 6408bab0
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
"deploy": "npm run build:file && cooking build -c build/cooking.demo.js -p && echo element.eleme.io>>examples/element-ui/CNAME && gh-pages -d examples/element-ui --remote eleme && del examples/element-ui", "deploy": "npm run build:file && cooking build -c build/cooking.demo.js -p && echo element.eleme.io>>examples/element-ui/CNAME && gh-pages -d examples/element-ui --remote eleme && del examples/element-ui",
"pub": "sh build/release.sh", "pub": "sh build/release.sh",
"pub:all": "npm run dist:all && lerna publish", "pub:all": "npm run dist:all && lerna publish",
"build:utils": "babel src/utils --out-dir lib/utils", "build:utils": "babel src --out-dir lib --ignore index.js",
"clean": "rimraf lib && rimraf packages/*/lib && rimraf test/**/coverage", "clean": "rimraf lib && rimraf packages/*/lib && rimraf test/**/coverage",
"lint": "eslint src/**/* test/**/* packages/**/*.{js,vue} build/**/* --quiet", "lint": "eslint src/**/* test/**/* packages/**/*.{js,vue} build/**/* --quiet",
"test:watch": "karma start test/unit/karma.conf.js", "test:watch": "karma start test/unit/karma.conf.js",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment