Skip to content

Commit c4e3715

Browse files
committed
chore: update setup script to use pkgmgrx
1 parent 9a73ce5 commit c4e3715

File tree

2 files changed

+1
-56
lines changed

2 files changed

+1
-56
lines changed

epicshop/setup.js

Lines changed: 0 additions & 55 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"postinstall": "cd ./epicshop && pkgmgr install",
3030
"start": "pkgmgrx --prefix ./epicshop epicshop start",
3131
"dev": "pkgmgrx --prefix ./epicshop epicshop start",
32-
"setup": "node ./epicshop/setup.js",
32+
"setup": "pkgmgrx epicshop setup",
3333
"setup:custom": "node ./epicshop/setup-custom.js",
3434
"lint": "eslint .",
3535
"format": "prettier --write .",

0 commit comments

Comments
 (0)