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

Commit 8fbc32a

Browse files
committed
Switched to double quotes for script arguments, needed for Windows
1 parent 02fad78 commit 8fbc32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"clean:dist": "rimraf dist",
126126
"clean:install": "npm install --no-optional",
127127
"clean:start": "npm start",
128-
"docs": "typedoc --options typedoc.json --exclude '*.spec.ts' ./src/",
128+
"docs": "typedoc --options typedoc.json --exclude \"*.spec.ts\" ./src/",
129129
"e2e": "protractor",
130130
"e2e:live": "npm run e2e -- --elementExplorer",
131131
"karma": "karma",

0 commit comments

Comments
 (0)