Skip to content

Commit

Permalink
Add build script for netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
zakpatterson committed Nov 23, 2021
1 parent c002332 commit 3423387
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/build-netlify.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env bash

set -e

export CI=false

npm run lint

npm run build

0 comments on commit 3423387

Please sign in to comment.