Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Put quotes arround glob
Browse files Browse the repository at this point in the history
  • Loading branch information
jhm-ciberman committed Jan 25, 2018
1 parent 45754d6 commit 0b84ca1
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 @@ -7,7 +7,7 @@
"scripts": {
"test": "npm run lint && npm run coverage",
"test-only": "npm run build && npm run unit-tests",
"unit-tests": "alsatian ./dist/**/*.spec.js",
"unit-tests": "alsatian \"./dist/**/*.spec.js\"",
"build": "tsc -p .",
"watch": "tsc -p . --watch",
"clean": "rimraf ./dist/ ./coverage/ ./.nyc_output/",
Expand Down

0 comments on commit 0b84ca1

Please sign in to comment.