Rename build:bundle to build:umd

This commit is contained in:
Leonid Logvinov 2017-05-29 12:01:18 +02:00
parent bb3e7a2b7d
commit b088559850
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -11,7 +11,7 @@
],
"scripts": {
"clean": "shx rm -rf _bundles lib",
"build:bundle": "webpack",
"build:umd": "webpack",
"build:commonjs": "tsc; copyfiles -u 2 ./src/artifacts/*.json ../0x.js/lib/src/artifacts;",
"build": "npm run clean && run-p build:*",
"lint": "tslint src/**/*.ts",