Skip to content

Commit

Permalink
chore(build): add js-cpa integration
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Jul 10, 2017
1 parent 07e3efe commit 004765b
Show file tree
Hide file tree
Showing 3 changed files with 264 additions and 230 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -14,6 +14,7 @@ before_install:
before_script:
- npm prune
- npm run benchmark | commentator
- npm run js-cpa | commentator
- npm run coverage
- npm run lint
after_success:
Expand Down
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -15,7 +15,8 @@
"test:watch": "ava --watch",
"build": "rollup -c ./config/rollup.config.js",
"lint": "git ls-files | grep '.ts$' | xargs tslint",
"prettify": "git ls-files | grep '.ts$' | xargs prettier --print-width 120 --write --single-quote --no-semi --no-bracket-spacing"
"prettify": "git ls-files | grep '.ts$' | xargs prettier --print-width 120 --write --single-quote --no-semi --no-bracket-spacing",
"js-cpa": "echo '```';js-cpa .dist/observable-air.js;echo '```'"
},
"author": "",
"license": "ISC",
Expand All @@ -28,6 +29,7 @@
"cz-conventional-changelog": "^2.0.0",
"gh-pages": "^1.0.0",
"ghooks": "^2.0.0",
"js-cpa": "^0.0.3",
"nyc": "^11.0.3",
"prettify": "^0.1.7",
"request-promise": "^4.1.1",
Expand Down

0 comments on commit 004765b

Please sign in to comment.