aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backend-ui/package.json
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-03-02 14:09:44 -0300
committerSebastian <sebasjm@gmail.com>2023-03-02 14:09:44 -0300
commit36956f404cbf1ecc0f2fb320d4f3ab89a313c830 (patch)
tree0928ca592cb9a8ead731507f487b0ef115c04586 /packages/merchant-backend-ui/package.json
parent2d5fbb22cdf6cde10004cea174fc90e71668746b (diff)
downloadwallet-core-36956f404cbf1ecc0f2fb320d4f3ab89a313c830.tar.xz
camel case for prebuilt
Diffstat (limited to 'packages/merchant-backend-ui/package.json')
-rw-r--r--packages/merchant-backend-ui/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/merchant-backend-ui/package.json b/packages/merchant-backend-ui/package.json
index 810aee7f2..b7ccd9e94 100644
--- a/packages/merchant-backend-ui/package.json
+++ b/packages/merchant-backend-ui/package.json
@@ -4,14 +4,14 @@
"version": "0.0.5",
"license": "AGPL-3.0-or-later",
"scripts": {
- "compile": "rollup -c",
- "build": "rollup -c",
- "dev": "rollup -c -w",
+ "compile": "tsc && ./build.mjs",
+ "build": "pnpm compile",
+ "prepare": "tsc",
"render-examples": "ts-node -O '{\"module\": \"commonjs\"}' -T render-examples.ts dist/pages dist/examples",
"lint-check": "eslint '{src,tests}/**/*.{js,jsx,ts,tsx}'",
"lint-fix": "eslint --fix '{src,tests}/**/*.{js,jsx,ts,tsx}'",
"typedoc": "typedoc src",
- "clean": "rimraf build docs single dist",
+ "clean": "rimraf dist",
"serve-dist": "sirv --port ${PORT:=8080} --cors --single dist"
},
"engines": {