Skip to content

Commit 0348e3c

Browse files
author
Anton Savoskin
committed
fix: posttest script
1 parent ad640b9 commit 0348e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"postpack": "rm -f oclif.manifest.json",
3131
"semantic-release": "semantic-release",
3232
"test": "jest",
33-
"posttest": "tslint -p test -t stylish",
33+
"posttest": "tslint -p . -t stylish",
3434
"version": "oclif-dev readme && git add README.md"
3535
},
3636
"husky": {

0 commit comments

Comments
 (0)