Remove sass:compile and add prestart npm scripts

-I figure this should be changed now while it's fresh on my mind and may come in handy down the road to have the ability to auto-run 'npm update' when new packages are added and/or to more easily do any other future pre-run processing
This commit is contained in:
joeuhren
2021-03-28 21:26:23 -06:00
parent 40b6a641f5
commit 5262923fb0
3 changed files with 16 additions and 3 deletions
+1 -1
View File
@@ -527,7 +527,7 @@ sudo npm install forever -g
You can start the explorer using forever with the following terminal cmd (be sure to run from within the explorer directory):
```
npm run sass:compile && /path/to/nodejs /path/to/forever start bin/cluster
npm run prestart && /path/to/nodejs /path/to/forever start bin/cluster
```
**NOTE:** Use the following cmd to find the install path for forever: