Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Commit

Permalink
Switched to double quotes for script arguments, needed for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dsebastien committed Apr 7, 2016
1 parent 02fad78 commit 8fbc32a
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 @@ -125,7 +125,7 @@
"clean:dist": "rimraf dist",
"clean:install": "npm install --no-optional",
"clean:start": "npm start",
"docs": "typedoc --options typedoc.json --exclude '*.spec.ts' ./src/",
"docs": "typedoc --options typedoc.json --exclude \"*.spec.ts\" ./src/",
"e2e": "protractor",
"e2e:live": "npm run e2e -- --elementExplorer",
"karma": "karma",
Expand Down

0 comments on commit 8fbc32a

Please sign in to comment.