Skip to content

Commit 1ae3b08

Browse files
author
hirsch88
committed
Improve setup task
1 parent 3f7e261 commit 1ae3b08

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package-scripts.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ module.exports = {
2525
*/
2626
setup: {
2727
script: series(
28-
'yarn install'
28+
'yarn install',
29+
'nps db.migrate',
30+
'nps db.seed'
2931
),
3032
},
3133
/**

0 commit comments

Comments
 (0)