Files
polymer-starter-kit/package.json
Fred K. Schott ef48ee74c0 update travis & package.json to add cli integration tests (#986)
* update travis & package.json to add cli integration tests

* fix wording
2017-03-28 16:35:57 -07:00

15 lines
408 B
JSON

{
"name": "polymer-starter-kit",
"license": "BSD-3-Clause",
"devDependencies": {
"eslint": "^3.12.0",
"eslint-config-google": "^0.7.1",
"eslint-plugin-html": "^1.7.0"
},
"scripts": {
"lint": "eslint . --ext js,html --ignore-path .gitignore",
"test": "npm run lint && polymer test",
"test:integration": "polymer build # test that psk builds without error with the CLI"
}
}