Skip to content

Commit 944aac3

Browse files
committed
feat: use --team switch to deploy on nobrainr zeit team
1 parent 07acbe6 commit 944aac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "karma start",
1616
"semantic-release": "semantic-release",
1717
"docs": "typedoc",
18-
"docs:deploy": "now switch $TEAM_NAME --token=$NOW_TOKEN && now ./docs/typedoc -A ../../now.json --public --token $NOW_TOKEN",
18+
"docs:deploy": "now ./docs/typedoc -A ../../now.json --public --team $TEAM_NAME --token $NOW_TOKEN",
1919
"docs:deploy:alias": "now alias --token $NOW_TOKEN"
2020
},
2121
"author": {

0 commit comments

Comments
 (0)