Skip to content

Commit

Permalink
Merge pull request #107 from xebia-france/fix/node-sass
Browse files Browse the repository at this point in the history
Use SASS and LTS node
  • Loading branch information
blacroix authored Feb 23, 2021
2 parents 4c9ed38 + 24c5179 commit 601972e
Show file tree
Hide file tree
Showing 5 changed files with 34,411 additions and 19,444 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Kanban board

[![Stories in Ready](https://badge.waffle.io/xebia-france/xskillz-v2.png?label=ready&title=Ready)](https://waffle.io/xebia-france/xskillz-v2)

# Back

[![npm version](https://badge.fury.io/js/npm.svg)](https://badge.fury.io/js/npm) [![Coverage Status](https://coveralls.io/repos/github/xebia-france/xskillz-v2/badge.svg?branch=master)](https://coveralls.io/github/xebia-france/xskillz-v2?branch=master) [![Build Status](https://travis-ci.org/xebia-france/xskillz-v2.svg?branch=master)](https://travis-ci.org/xebia-france/xskillz-v2)
Expand Down
9 changes: 3 additions & 6 deletions web/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NODE_VERSION=6.2
NODE_VERSION=14

NAME=skillz-web
IMAGE_NAME=xebiafrance/$(NAME)
Expand All @@ -11,10 +11,7 @@ install:
test: install
docker run --rm -t -v $(PWD):/usr/src/$(NAME) -w /usr/src/$(NAME) node:$(NODE_VERSION) npm test

nodesass: test
docker run --rm -t -v $(PWD):/usr/src/$(NAME) -w /usr/src/$(NAME) node:$(NODE_VERSION) npm rebuild node-sass

package: nodesass
package: test
docker run --rm -t -v $(PWD):/usr/src/$(NAME) -w /usr/src/$(NAME) node:$(NODE_VERSION) npm run build:production

build-image:
Expand All @@ -24,4 +21,4 @@ push-image:
docker push $(IMAGE_NAME)

clean:
docker rmi -f $(docker images | grep "^<none>" | awk "{print $3}")
docker rmi -f $(docker images | grep "^<none>" | awk "{print $3}")
Loading

0 comments on commit 601972e

Please sign in to comment.