Skip to content

Commit 99f01cc

Browse files
committed
replit install fix
1 parent e61f915 commit 99f01cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.replit

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
language = "nodejs"
2-
run = "npm start"
3-
onBoot = "npm install;npm run build"
2+
run = "rm -rf node_modules;npm i;npm run build;npm start"

0 commit comments

Comments
 (0)