We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5cca0 commit a5f3632Copy full SHA for a5f3632
.github/workflows/nodejs.yml
@@ -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
3
4
-name: Node.js CI
+name: App Lint
5
6
on:
7
push:
build.sh
@@ -1,13 +1,5 @@
#!/bin/bash
-npm ci;
-
-npm run install;
-npm rebuild node-sass;
8
9
-npm build;
10
11
echo "------ Building Docker Image -------";
12
13
docker-compose build --no-cache
0 commit comments