add drone files
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
alleks
2023-01-23 00:15:25 +03:00
parent 5367cb98aa
commit 0d50488be9
4 changed files with 65 additions and 36 deletions

6
bin/run.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
set -x
set -e
npm install --production
npm run dev