Skip to content

Commit ec1d355

Browse files
committed
removed build
1 parent d599c16 commit ec1d355

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ jobs:
2727
run: npm test
2828
working-directory: src/movie-analyst-api
2929

30-
- name: Build the app
31-
run: npm run build
32-
working-directory: src/movie-analyst-api
33-
3430
- name: Set up Terraform
3531
uses: hashicorp/setup-terraform@v3
3632

src/movie-analyst-api/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"description": "Backend API",
55
"main": "index.js",
66
"scripts": {
7-
"test": "mocha test/**/*.js"
7+
"test": "mocha test/**/*.js",
8+
"start": "SET NODE_ENV=dev && node server.js",
9+
"build": "echo 'No build needed for backend'"
810
},
911
"repository": {
1012
"type": "git",

0 commit comments

Comments
 (0)