Skip to content

Commit

Permalink
Add comma after lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Aug 14, 2019
1 parent c36c1a8 commit ef5a9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ prog
start: 'tsdx watch',
build: 'tsdx build',
test: template === 'react' ? 'tsdx test --env=jsdom' : 'tsdx test',
lint: 'tsdx lint'
lint: 'tsdx lint',
},
peerDependencies: template === 'react' ? { react: '>=16' } : {},
husky: {
Expand Down

0 comments on commit ef5a9c2

Please sign in to comment.