Skip to content

Commit

Permalink
fix: noed -> node
Browse files Browse the repository at this point in the history
  • Loading branch information
KararTY committed Aug 10, 2020
1 parent 24c9f37 commit 575d531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"migrate:rollback": "npm run build && node ace migration:rollback",
"migrate:run": "npm run build-server && node ace migration:run",
"seed": "npm run build-server && node ace db:seed",
"m:s": "noed ace migration:run && node ace db:seed",
"m:s": "node ace migration:run && node ace db:seed",
"r:m:s": "npm run build-server && node ace migration:rollback && node ace migration:run && node ace db:seed",
"release": "standard-version"
},
Expand Down

0 comments on commit 575d531

Please sign in to comment.