Skip to content

Commit eb8138b

Browse files
author
Gery Hirschfeld
authored
Merge pull request #63 from lopezm94/patch-1
Add config command in setup
2 parents cd5145e + ac8d809 commit eb8138b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "npm start test",
99
"build": "npm start build",
1010
"presetup": "yarn install",
11-
"setup": "npm start setup.db"
11+
"setup": "npm start config && npm start setup.script"
1212
},
1313
"engines": {
1414
"node": ">=8.0.0"

0 commit comments

Comments
 (0)