Skip to content

Commit

Permalink
building 2016 everytime we push to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
caridy committed Mar 24, 2016
1 parent 6258afe commit 2fc860e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
"version": "4.0.0",
"description": "ECMAScript Internationalization API Specification",
"scripts": {
"build-es2016": "git remote remove origin && git remote add origin \"git@github.com:$TRAVIS_REPO_SLUG.git\" && git fetch --quiet origin && git checkout --quiet es2016 && mkdir \"out/2016\" && cp -R img \"out/2016\" && ecmarkup --verbose spec/index.html out/2016/index.html --css out/2016/ecmarkup.css --js out/2016/ecmarkup.js && git checkout --quiet test-travis",
"build-master": "mkdir out && cp -R img out && ecmarkup --verbose spec/index.html out/index.html --css out/ecmarkup.css --js out/ecmarkup.js",
"build": "npm run clean && npm run build-master",
"build-travis": "npm run clean && npm run build-master",
"build-travis": "npm run clean && npm run build-master && npm run build-es2016",
"clean": "rm -rf out",
"test": "exit 0",
"watch": "npm run clean && mkdir out && cp -R img out && ecmarkup --watch --verbose spec/index.html out/index.html --css out/ecmarkup.css --js out/ecmarkup.js"
Expand Down

0 comments on commit 2fc860e

Please sign in to comment.