Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
feudal
feudalWebpage
Commits
a411b705
Commit
a411b705
authored
Jul 27, 2018
by
Lukas Burgey
Browse files
Add install script
parent
379e181e
Changes
1
Show whitespace changes
Inline
Side-by-side
install
0 → 100755
View file @
a411b705
#!/bin/bash
if
!
which npm &>/dev/null
;
then
echo
'Please install node.js 10.x'
else
npm
install
npm audit fix
./node_modules/@angular/cli/ng build
--prod
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment