Skip to content

Commit a5f3632

Browse files
Ashish KumarAshish Kumar
authored andcommitted
chore: removed extra steps from build.sh
1 parent 2e5cca0 commit a5f3632

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
2-
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
31

4-
name: Node.js CI
2+
name: App Lint
53

64
on:
75
push:

build.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
#!/bin/bash
22

3-
npm ci;
4-
5-
npm run install;
6-
7-
npm rebuild node-sass;
8-
9-
npm build;
10-
113
echo "------ Building Docker Image -------";
124

135
docker-compose build --no-cache

0 commit comments

Comments
 (0)