Skip to content

Commit

Permalink
build(package): re-enable pre-test script
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jun 7, 2020
1 parent eb41729 commit 307ff50
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 @@ -61,7 +61,7 @@
"lint": "prettier --check '{src,test}/**/*.{js,json,ts}' 'docs/*.{js,json}' 'docs/src/**/*' README.md package.json",
"lint:fix": "prettier --write '{src,test}/**/*.{js,json,ts}' 'docs/*.{js,json}' 'docs/src/**/*' README.md package.json",
"start-fixtures-server": "octokit-fixtures-server",
"pretestx": "npm run -s lint",
"pretest": "npm run -s lint",
"test": "jest --coverage",
"test:typescript": "npx tsc --noEmit --declaration --noUnusedLocals test/typescript-validate.ts"
},
Expand Down

0 comments on commit 307ff50

Please # to comment.