Closed alexyaseen closed 8 years ago
Unless I'm confused, current deploy path is to run npm run build first and then npm run deploy? Might make sense to pull into one command.
npm run build
npm run deploy
We should also update readme.md with whichever we decide.
Unless I'm confused, current deploy path is to run
npm run build
first and thennpm run deploy
? Might make sense to pull into one command.