code-for-nashville / power-of-attorney

An online Power of Attorney form for Tennessee immigrants at risk of deportation.
http://immigrantpoa.org/
MIT License
14 stars 17 forks source link

Move build to script phase #123

Closed coreyar closed 4 years ago

coreyar commented 4 years ago

We were only running yarn build before deploy, since we only deploy master we wouldn't get a failure merging into other branches.

Moving this command to the script phase will run it on every branch so we will know before merging to master if branch will fail to build.

The PR also defines node 8 as the engine in the package.json. Also sets private to false in the package.json