Skip to content

Commit

Permalink
fix: wrap glob pattern in single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
dantio committed Oct 22, 2020
1 parent 0d06bf8 commit ac2eb5f
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 @@ -40,7 +40,7 @@
"build": "tsc && rollup -c",
"prepare": "npm run build",
"tslint": "tslint -c tslint.json 'src/**/*.ts'",
"test": "mocha -r ts-node/register test/**/*.spec.ts --reporter=dot",
"test": "mocha -r ts-node/register 'test/**/*.spec.ts' --reporter=dot",
"prerelease": "npm run test && npm run build",
"release": "standard-version"
},
Expand Down

0 comments on commit ac2eb5f

Please sign in to comment.