blockstack-app-generator icon indicating copy to clipboard operation
blockstack-app-generator copied to clipboard

test task in package.json runs build instead

Open psq opened this issue 5 years ago • 0 comments

see this line: https://github.com/blockstack/blockstack-app-generator/blob/988e206805ef768476901779b14630dd6e388133/react/templates/_package.json#L29

while it should be

"test": "react-scripts test"

psq avatar Jun 09 '20 22:06 psq