Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 39e10a3

Browse files
committed
Clean up repository
All these files are downloaded dependencies and should not be included in this repository.
1 parent ac1029f commit 39e10a3

File tree

14,498 files changed

+14
-1892426
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

14,498 files changed

+14
-1892426
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,14 @@ webui/webui
4141
cypress/downloads
4242
cypress/screenshots
4343
cypress/videos
44+
45+
# Go package cache
46+
vendor
47+
48+
# Node package cache
49+
node_modules
50+
51+
# Generated JavaScript code
52+
webui/js/dbhub.js*
53+
webui/js/auth.js
54+
webui/js/db-header.js

build_dbhub.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ if [ ! -e "${DEST}/lib/libsqlite3.so" ]; then
3939
fi
4040

4141
# Compile JSX files and build webpack bundle
42+
npm install
4243
cd webui
43-
npx babel jsx --out-dir js --presets babel-preset-react-app/prod
44-
npx webpack
44+
yarn run babel jsx --out-dir js --presets babel-preset-react-app/prod
45+
yarn run webpack
4546
cd ..
4647

4748
# Builds the Go binaries

node_modules/.bin/acorn

Lines changed: 0 additions & 1 deletion
This file was deleted.

node_modules/.bin/babel

Lines changed: 0 additions & 1 deletion
This file was deleted.

node_modules/.bin/babel-external-helpers

Lines changed: 0 additions & 1 deletion
This file was deleted.

node_modules/.bin/browserslist

Lines changed: 0 additions & 1 deletion
This file was deleted.

node_modules/.bin/browserslist-lint

Lines changed: 0 additions & 1 deletion
This file was deleted.

node_modules/.bin/cypress

Lines changed: 0 additions & 1 deletion
This file was deleted.

node_modules/.bin/envinfo

Lines changed: 0 additions & 1 deletion
This file was deleted.

node_modules/.bin/extract-zip

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)