Skip to content

Commit

Permalink
Use newer prepublishOnly script to build assets
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjensen committed Dec 4, 2019
1 parent d577283 commit 843b28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"prepublish": "npm run build"
"prepublishOnly": "npm run build"
},
"bin": {
"datasite": "./bin/datasite"
Expand Down

0 comments on commit 843b28d

Please sign in to comment.