Skip to content

Commit

Permalink
Don't need to worry about test/.results directory any more
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarner committed Sep 4, 2021
1 parent ddc0437 commit daa242a
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 @@ -19,7 +19,7 @@
"lint:fix": "eslint --ext .ts --ignore-path .gitignore . --fix",
"test": "jest",
"test:watch": "jest --watch",
"test:ci": "rimraf test/.results && mkdirp test/.results && jest --ci --runInBand --passWithNoTests",
"test:ci": "jest --ci --runInBand --passWithNoTests",
"version": "npm run build",
"postversion": "npm run postbuild",
"release": "np --contents dist/",
Expand Down

0 comments on commit daa242a

Please sign in to comment.