Trying things
This commit is contained in:
@@ -18,9 +18,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Build appjs
|
- name: Build appjs
|
||||||
run: |
|
run: |
|
||||||
pwd
|
docker run $(pwd):/workdir -w /workdir/app -e NPM_CONFIG_CACHE=/tmp node:14.0-slim npm install
|
||||||
ls -la
|
docker run $(pwd):/workdir -w /workdir/app -e NPM_CONFIG_CACHE=/tmp node:14.0-slim npm run build
|
||||||
make appjs
|
|
||||||
|
|
||||||
- name: Log in to Docker Registry
|
- name: Log in to Docker Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user