Add build and deploy script
This commit is contained in:
parent
a040913e88
commit
305d418f5f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
coverage/
|
coverage/
|
||||||
|
public/
|
6
build.sh
Executable file
6
build.sh
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
rm -rf public
|
||||||
|
mkdir -p public
|
||||||
|
cp index.html public
|
||||||
|
cp style.css public
|
||||||
|
cp -r src/ public
|
Loading…
Reference in New Issue
Block a user