We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61f915 commit 99f01ccCopy full SHA for 99f01cc
.replit
@@ -1,3 +1,2 @@
1
language = "nodejs"
2
-run = "npm start"
3
-onBoot = "npm install;npm run build"
+run = "rm -rf node_modules;npm i;npm run build;npm start"
0 commit comments