mirror of
https://github.com/traccar/traccar-web.git
synced 2025-01-08 12:07:27 +08:00
Check in lock files
This commit is contained in:
parent
520860fbee
commit
5eb515b35e
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,7 +9,6 @@ web/modern
|
||||
web/lib
|
||||
sencha-error-*
|
||||
node_modules
|
||||
package-lock.json
|
||||
|
||||
.*.swp
|
||||
*~
|
||||
|
33977
modern/package-lock.json
generated
Normal file
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
3015
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user