Skip to content

Commit 6c340dc

Browse files
committed
fix ci
1 parent 896a19d commit 6c340dc

2 files changed

Lines changed: 2 additions & 13 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v1
1111

1212
- name: test server
13-
run: docker-compose -f docker-compose.test.yml up --exit-code-from pict_api_test
13+
run: docker compose -f docker-compose.test.yml up --exit-code-from pict_api_test
1414

1515
frontend_test:
1616
runs-on: ubuntu-latest
@@ -23,16 +23,6 @@ jobs:
2323
with:
2424
node-version: '12.13.1'
2525

26-
- name: Cache node modules
27-
uses: actions/cache@v1
28-
with:
29-
path: web/node_modules
30-
key: ${{ runner.OS }}-build-${{ hashFiles('**/yarn.lock') }}
31-
restore-keys: |
32-
${{ runner.OS }}-build-${{ env.cache-name }}-
33-
${{ runner.OS }}-build-
34-
${{ runner.OS }}-
35-
3626
- name: build frontend
3727
run: |
3828
cd frontend

frontend/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"scripts": {
66
"dev": "next dev",
77
"build": "next build",
8-
"start": "next start",
9-
"export": "next build && next export"
8+
"start": "next start"
109
},
1110
"dependencies": {
1211
"@emotion/react": "^11.14.0",

0 commit comments

Comments
 (0)