Skip to content

Commit

Permalink
Run prettier on smoke tests (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Sep 22, 2018
1 parent 20299ba commit 7d4f9af
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 @@ -68,7 +68,7 @@
"test-no-cover": "mocha test/*.js",
"test": "npm run cover",
"lint": "eslint '**/*.js'",
"prettier": "prettier --write src/*.js src/*/*.js samples/*.js samples/*/*.js test/*.js test/*/*.js system-test/*.js system-test/*/*.js",
"prettier": "prettier --write src/*.js src/*/*.js samples/*.js samples/*/*.js test/*.js test/*/*.js system-test/*.js system-test/*/*.js smoke-test/*.js",
"docs": "jsdoc -c .jsdoc.js",
"fix": "eslint --fix '**/*.js' && npm run prettier",
"generate-scaffolding": "repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json"
Expand Down

0 comments on commit 7d4f9af

Please sign in to comment.