forked from stolostron/grc-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
38 lines (29 loc) · 961 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
###############################################################################
# Licensed Materials - Property of IBM Copyright IBM Corporation 2017, 2019. All Rights Reserved.
# U.S. Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP
# Schedule Contract with IBM Corp.
#
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
# Copyright Contributors to the Open Cluster Management project
include build/Configfile
default::
@echo "No target specified"
install:
CYPRESS_INSTALL_BINARY=0 npm ci --unsafe-perm
copyright-check:
./build/copyright-check.sh $(TRAVIS_BRANCH)
lint:
npm run lint
prune:
npm prune --production
build-prod:
npm run build:production
unit-test:
if [ ! -d "test-output/unit" ]; then \
mkdir -p test-output/unit; \
fi
npm test
travis-slack-reporter:
node ./tests/utils/slack-reporter.js