Skip to content

Commit

Permalink
convert API prior to testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasrice committed Jan 4, 2020
1 parent d21b85e commit ab41baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fast-component-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"prettier": "prettier --config ../../.prettierrc --write \"**/*.{ts,tsx}\"",
"prettier:diff": "prettier --config ../../.prettierrc \"**/*.{ts,tsx}\" --list-different",
"start": "webpack-dev-server",
"test": "yarn convert:readme && yarn tslint && yarn unit-tests && yarn build:app",
"test": "yarn convert:readme && yarn convert:api && yarn tslint && yarn unit-tests && yarn build:app",
"unit-tests": "jest --runInBand",
"unit-tests:watch": "jest --watch",
"tslint": "tslint -c ./tslint.json '**/*.ts{,x}'",
Expand Down

0 comments on commit ab41baf

Please sign in to comment.