Skip to content

Commit 28977d8

Browse files
author
Ivan Sinkarenko
committed
Rename javascript -> web because it's not only javascript
1 parent ca122e2 commit 28977d8

File tree

9 files changed

+6
-6
lines changed

9 files changed

+6
-6
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ jobs:
2626
with:
2727
node-version: 12
2828

29-
# Install an older Python (needed for the javascript build to succeed)
29+
# Install an older Python (needed for the javascript/scss build to succeed)
3030
- name: Set up temporary Python 3.9
3131
uses: actions/setup-python@v3
3232
with:
3333
python-version: 3.9
3434

3535
- name: Build JS assets
3636
run: |
37-
cd javascript
37+
cd web
3838
npm install --include=dev
3939
npm run build
4040

.github/workflows/python-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ jobs:
2525
with:
2626
node-version: 12
2727

28-
# Install an older Python (needed for the javascript build to succeed)
28+
# Install an older Python (needed for the javascript/scss build to succeed)
2929
- name: Set up temporary Python 3.9
3030
uses: actions/setup-python@v3
3131
with:
3232
python-version: 3.9
3333

3434
- name: Build JS assets
3535
run: |
36-
cd javascript
36+
cd web
3737
npm install --include=dev
3838
npm run build
3939

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Ensure the sdist doesn't get unnecessary build files.
2-
recursive-exclude javascript *
2+
recursive-exclude web *
33
recursive-exclude screenshots *
44
recursive-exclude .github *

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ cd /workdir
7070
Bundle the web app:
7171

7272
```bash
73-
cd javascript
73+
cd web
7474
npm install --include=dev
7575
npm run build
7676
cd ..

0 commit comments

Comments
 (0)