We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07acbe6 commit 944aac3Copy full SHA for 944aac3
package.json
@@ -15,7 +15,7 @@
15
"test": "karma start",
16
"semantic-release": "semantic-release",
17
"docs": "typedoc",
18
- "docs:deploy": "now switch $TEAM_NAME --token=$NOW_TOKEN && now ./docs/typedoc -A ../../now.json --public --token $NOW_TOKEN",
+ "docs:deploy": "now ./docs/typedoc -A ../../now.json --public --team $TEAM_NAME --token $NOW_TOKEN",
19
"docs:deploy:alias": "now alias --token $NOW_TOKEN"
20
},
21
"author": {
0 commit comments