Skip to content

Commit

Permalink
Meta: package.json updates for ES2018
Browse files Browse the repository at this point in the history
  • Loading branch information
bterlson committed Feb 15, 2018
1 parent 9b8ff87 commit 6a3a092
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 @@ -4,10 +4,10 @@
"version": "1.0.0",
"description": "The ECMAScript specification",
"scripts": {
"build-es2017": "git remote remove origin && git remote add origin \"[email protected]:$TRAVIS_REPO_SLUG.git\" && git fetch --quiet origin && git checkout --quiet es2017 && mkdir \"out/2017\" && cp -R img \"out/2017\" && ecmarkup --verbose spec.html out/2017/index.html && git checkout --quiet test-travis",
"build-es2018": "git remote remove origin && git remote add origin \"[email protected]:$TRAVIS_REPO_SLUG.git\" && git fetch --quiet origin && git checkout --quiet es2018 && mkdir \"out/2018\" && cp -R img \"out/2018\" && ecmarkup --verbose spec.html out/2018/index.html && git checkout --quiet test-travis",
"build-master": "mkdir out && cp -R img out && ecmarkup --verbose spec.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 && npm run build-es2017",
"build-travis": "npm run clean && npm run build-master && npm run build-es2018",
"clean": "rm -rf out",
"test": "exit 0",
"watch": "npm run clean && mkdir out && cp -R img out && ecmarkup --watch --verbose spec.html out/index.html --css out/ecmarkup.css --js out/ecmarkup.js"
Expand Down

0 comments on commit 6a3a092

Please sign in to comment.