-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avniproject/avni-client#1217 - set node version doesn't work. so remo…
…ved it. dependency on specific version of health modules. make test doesnt work because there is a folder by that name.
- Loading branch information
1 parent
1a3f09a
commit f3c3863
Showing
3 changed files
with
12 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,22 @@ | ||
set-node-version: | ||
. ${NVM_DIR}/nvm.sh && nvm use | ||
|
||
clean: | ||
rm -rf node_modules | ||
|
||
deps: set-node-version | ||
deps: | ||
npm install | ||
|
||
start: set-node-version | ||
start: | ||
npm start | ||
#ENV='UTC' npm start | ||
|
||
test: set-node-version | ||
tests: | ||
npm test | ||
|
||
test: tests | ||
|
||
zip-app: | ||
npm install | ||
make zip-app-only | ||
|
||
zip-app-only: | ||
-rm rules-server.tgz | ||
tar -czvf rules-server.tgz -C ../rules-server . | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters