Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Feb 20, 2017
1 parent c8177e0 commit 9379011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
"pretest": "npm run build:map",
"test": "mocha test/scripts",
"test:local": "nyc --reporter=lcov npm test",
"build": "npm run build:lib && npm run build:es5 && && npm run build:web",
"build": "npm run build:lib && npm run build:es5 && npm run build:web",
"build:es5": "rollup -c",
"build:lib": "rollup -c rollup.config.lib.js",
"build:map": "rollup -c --dev",
Expand Down

0 comments on commit 9379011

Please sign in to comment.