Skip to content

Commit 7268142

Browse files
duaneatatkgryte
andauthored
build: update build sequence to use STDLIB_BRANCH environment variable
PR-URL: #102 Ref: #101 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 325a991 commit 7268142

File tree

17 files changed

+12425
-12528
lines changed

17 files changed

+12425
-12528
lines changed

docs/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Building the website **requires** the following prerequisites:
4040
To install dependencies,
4141

4242
```bash
43-
$ make install
43+
$ npm install
4444
```
4545

4646
* * *

etc/docker/api_docs_server.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ WORKDIR /srv/www/stdlib.io
6767
COPY package*.json ./
6868

6969
# Install application dependencies:
70-
RUN npm run install:production
70+
RUN npm install
7171

7272
# Copy over the application source:
7373
COPY . .

0 commit comments

Comments
 (0)