Compare commits

..

No commits in common. "112de1f7b4fcea1e81abeeb07037f84722caddd0" and "bb76dc9ad47509a6ff12903f62ab93e63e6567cf" have entirely different histories.

View File

@ -1,2 +1,2 @@
var exec = require('child_process').exec
exec('yarn local:dev -p 5000', { windowsHide: true })
exec('yarn dev -p 5000', { windowsHide: true })