We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d599c16 commit ec1d355Copy full SHA for ec1d355
.github/workflows/main.yml
@@ -27,10 +27,6 @@ jobs:
27
run: npm test
28
working-directory: src/movie-analyst-api
29
30
- - name: Build the app
31
- run: npm run build
32
- working-directory: src/movie-analyst-api
33
-
34
- name: Set up Terraform
35
uses: hashicorp/setup-terraform@v3
36
src/movie-analyst-api/package.json
@@ -4,7 +4,9 @@
4
"description": "Backend API",
5
"main": "index.js",
6
"scripts": {
7
- "test": "mocha test/**/*.js"
+ "test": "mocha test/**/*.js",
8
+ "start": "SET NODE_ENV=dev && node server.js",
9
+ "build": "echo 'No build needed for backend'"
10
},
11
"repository": {
12
"type": "git",
0 commit comments