Skip to content

Commit

Permalink
browserify before transpile, one builded target better than nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
munrocket committed Jul 15, 2018
1 parent 8f54983 commit f713d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"readme": "README.md",
"scripts": {
"build": "npm run export-exchanges && npm run vss && npm run check-js-syntax && npm run transpile && npm run qa && npm run pandoc-all && npm run update-badges && npm run browserify",
"build": "npm run export-exchanges && npm run vss && npm run check-js-syntax && npm run browserify && npm run transpile && npm run qa && npm run pandoc-all && npm run update-badges",
"test": "npm run build && node run-tests",
"fast-test": "node run-tests --js",
"test-base": "npm run test-js-base && npm run test-python-base && npm run test-php-base",
Expand All @@ -30,7 +30,7 @@
"check-js-syntax": "eslint 'js/*.js'",
"check-python-syntax": "cd python && tox -e qa && cd ..",
"check-php-syntax": "php -f php/test/syntax.php",
"browserify": "browserify --debug ./ccxt.browser.js > ./build/ccxt.browser.js",
"browserify": "browserify ./ccxt.browser.js > ./build/ccxt.browser.js && browserify --debug ./ccxt.browser.debug.js > ./build/ccxt.browser.debug.js",
"pandoc-all": "npm run pandoc-python-readme && npm run pandoc-doc-readme && npm run pandoc-doc-faq && npm run pandoc-doc-manual && npm run pandoc-doc-install && npm run pandoc-doc-exchanges && npm run pandoc-doc-exchanges-by-country",
"pandoc-python-readme": "pandoc --wrap=preserve --columns=10000 --from=markdown --to=rst --output=python/README.rst README.md",
"pandoc-doc-readme": "pandoc --wrap=preserve --columns=10000 --from=markdown --to=rst --output=doc/README.rst README.md",
Expand Down

0 comments on commit f713d16

Please sign in to comment.