Skip to content

Commit

Permalink
misc: first attempt to solve the issue with 2018 missing scripts and …
Browse files Browse the repository at this point in the history
…styles
  • Loading branch information
caridy committed Feb 16, 2018
1 parent 30876c5 commit ac3ce99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "5.0.0",
"description": "ECMAScript Internationalization API Specification",
"scripts": {
"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/index.html out/2018/index.html",
"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/index.html out/2018/index.html --css out/2018/ecmarkup.css --js out/2018/ecmarkup.js",
"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 && npm run build-es2018",
Expand Down

0 comments on commit ac3ce99

Please sign in to comment.