Skip to content

Commit ae543f4

Browse files
committed
chore: update setup script to use pkgmgrx
1 parent 2c06be4 commit ae543f4

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

0 commit comments

Comments
 (0)