We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 944aac3 commit f73a2cbCopy full SHA for f73a2cb
.circleci/config.yml
@@ -66,9 +66,6 @@ jobs:
66
- run:
67
name: Deploy Docs to Zeit
68
command: npm run docs:deploy
69
- - run:
70
- name: Aliasing Deployment
71
- command: npm run docs:deploy:alias
72
73
publish-job:
74
docker:
package.json
@@ -15,8 +15,7 @@
15
"test": "karma start",
16
"semantic-release": "semantic-release",
17
"docs": "typedoc",
18
- "docs:deploy": "now ./docs/typedoc -A ../../now.json --public --team $TEAM_NAME --token $NOW_TOKEN",
19
- "docs:deploy:alias": "now alias --token $NOW_TOKEN"
+ "docs:deploy": "now ./docs/typedoc -A ../../now.json --public --team $TEAM_NAME --token $NOW_TOKEN && now alias --team $TEAM_NAME --token $NOW_TOKEN"
20
},
21
"author": {
22
"name": "Yann Renaudin",
0 commit comments