Skip to content

Commit

Permalink
small update
Browse files Browse the repository at this point in the history
  • Loading branch information
ksrichard committed Jan 23, 2025
1 parent d7e292c commit ed7c249
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion applications/tari_dan_wallet_web_ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "npx tsc && vite build",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion applications/tari_indexer_web_ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "npx tsc && vite build",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion applications/tari_swarm_daemon/webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "src/index.tsx",
"scripts": {
"dev": "vite",
"build": "npx tsc && vite build",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
Expand Down
4 changes: 3 additions & 1 deletion scripts/install_ubuntu_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ apt-get install --no-install-recommends --assume-yes \
build-essential \
libudev-dev \
libhidapi-dev \
zip
zip \
npm
npm install typescript -g

0 comments on commit ed7c249

Please sign in to comment.