forked from compdemocracy/polis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathx
executable file
·5 lines (4 loc) · 810 Bytes
/
x
1
2
3
4
5
# Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
. ${NVM_DIR}/nvm.sh
[ -e ./.env_dev ] && . ./.env_dev
./node_modules/.bin/eslint *.js && nvm run `node bin/printNodeVersion` --max_old_space_size=400 --gc_interval=100 --harmony app.js