Skip to content

Commit

Permalink
Add prepare task to template
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Jan 31, 2019
1 parent 3d30e20 commit d50e9d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ prog
scripts: {
start: 'tsdx watch',
build: 'tsdx build',
prepare: 'npm run build',
test: 'tsdx test',
},
};
Expand Down

0 comments on commit d50e9d8

Please sign in to comment.