Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
chore: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSnow committed Feb 2, 2024
1 parent d78281e commit 46c9a9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/karbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"dev": "nuxi dev playground",
"build": "nx run @storipress/karbon:build-nx",
"build-nx": "true",
"build:module": "nuxt-module-build",
"build:module": "nuxt-module-build build",
"bundle:cli": "POLYFILL_CRYPTO=true tsup src/cli/karbon.ts -d bin",
"bundle:helper": "tsup dist/helper.mjs",
"bundle:module": "tsup dist/module.mjs",
"dev:build": "nuxi build playground",
"dev:prepare": "JITI_ALIAS='{\"tslib\": \"tslib/tslib.es6.js\"}' nuxt-module-build --stub && JITI_ALIAS='{\"tslib\": \"tslib/tslib.es6.js\"}' nuxi prepare playground",
"dev:prepare": "JITI_ALIAS='{\"tslib\": \"tslib/tslib.es6.js\"}' nuxt-module-build build --stub && JITI_ALIAS='{\"tslib\": \"tslib/tslib.es6.js\"}' nuxi prepare playground",
"release": "tsx scripts/release.mts",
"lint": "eslint .",
"test": "vitest",
Expand Down

0 comments on commit 46c9a9b

Please sign in to comment.