Skip to content

Commit

Permalink
chore: ugprade bit
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Sep 14, 2023
1 parent 672e747 commit ddb2c6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Bitfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ implicit %{RELEASE}/%{1}: cmd/*

%{NODE_MODULES_OUT}: %{NODE_MODULES_IN}
cd console/client
build: npm --no-color --no-progress install
build: npm install
-clean # Don't clean node_modules

%{CLIENT_OUT}: %{CLIENT_IN} %{NODE_MODULES_OUT}
cd console/client
build: npm --no-color run build
build: npm run build
clean: rm -rf dist .parcel-cache
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/bit

0 comments on commit ddb2c6e

Please sign in to comment.