Skip to content

Commit 88b1c51

Browse files
committed
chore: update setup script to use pkgmgrx
1 parent 7aa7c3e commit 88b1c51

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
@@ -36,7 +36,7 @@
3636
"postinstall": "cd ./epicshop && pkgmgr install",
3737
"start": "pkgmgrx --prefix ./epicshop epicshop start",
3838
"dev": "pkgmgrx --prefix ./epicshop epicshop start",
39-
"setup": "node ./epicshop/setup.js",
39+
"setup": "pkgmgrx epicshop setup",
4040
"setup:custom": "node ./epicshop/setup-custom.js",
4141
"lint": "eslint .",
4242
"format": "prettier --write .",

0 commit comments

Comments
 (0)