We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89b227 commit b8ff1e5Copy full SHA for b8ff1e5
.github/workflows/repl_docs.yml
@@ -77,6 +77,12 @@ jobs:
77
make install-node-modules || make install-node-modules || make install-node-modules
78
timeout-minutes: 15
79
80
+ # Initialize development environment:
81
+ - name: 'Initialize development environment'
82
+ run: |
83
+ make init
84
+ timeout-minutes: 5
85
+
86
# Update REPL documentation:
87
- name: 'Update documentation'
88
run: |
@@ -92,10 +98,6 @@ jobs:
92
98
93
99
- updates the REPL namespace
94
100
95
- * * *
96
-
97
- @stdlib-js/reviewers
101
commit-message: 'Update REPL namespace'
102
committer: 'stdlib-bot <[email protected]>'
103
labels: |
0 commit comments