You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whats the point of this section of the package.ls if you specifically say to run ./scripts/server.sh??? Why not npm start? Why do we need to run ./scripts/init.sh instead of npm install?
Whats the point of this section of the package.ls if you specifically say to run
./scripts/server.sh
??? Why notnpm start
? Why do we need to run./scripts/init.sh
instead ofnpm install
?scripts:
prepublish: './node_modules/.bin/lsc -cj package.ls'
start: './node_modules/.bin/brunch watch --server'
test: 'testacular test/testacular.config.js'
Am I missing something?
The text was updated successfully, but these errors were encountered: