Skip to content

Commit

Permalink
Do not test when there are no tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnfreeman committed Feb 10, 2019
1 parent cf1c8ac commit 2c65581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-forms-kendo/package.json
Expand Up @@ -10,7 +10,7 @@
"build:es": "tsc --project tsconfig.es2015.json",
"build": "yarn build:cjs && yarn build:es",
"prepare": "yarn build",
"prepublishOnly": "yarn test && yarn lint",
"prepublishOnly": "yarn lint",
"lint": "tsc --noEmit && tslint --project tsconfig.json 'src/**/*.{ts,tsx}'"
},
"repository": {
Expand Down

0 comments on commit 2c65581

Please sign in to comment.