Check in lock files

This commit is contained in:
Anton Tananaev 2022-06-29 10:39:43 -07:00
parent 520860fbee
commit 5eb515b35e
4 changed files with 36994 additions and 4 deletions

1
.gitignore vendored
View File

@ -9,7 +9,6 @@ web/modern
web/lib
sencha-error-*
node_modules
package-lock.json
.*.swp
*~

33977
modern/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

3015
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,16 +1,15 @@
#!/usr/bin/env bash
cd $(dirname $0)
cd ..
rm -rf web/lib
npm install --unsafe-perm
npm ci --unsafe-perm
npm run build
cd modern
rm -rf ../web/modern
npm install
npm ci
npm run build_release
mv build ../web/modern