Skip to content

Commit

Permalink
Fix build src folder, #fixed 665
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed Oct 26, 2016
1 parent 7181b36 commit c9d2235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"pub": "sh build/release.sh",
"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",
"lint": "eslint src/**/* test/**/* packages/**/*.{js,vue} build/**/* --quiet",
"test:watch": "karma start test/unit/karma.conf.js",
Expand Down

0 comments on commit c9d2235

Please sign in to comment.