Skip to content

Commit

Permalink
fix: add missing env
Browse files Browse the repository at this point in the history
  • Loading branch information
VmMad committed Oct 9, 2024
1 parent 3b6f6eb commit 1fb25a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookie-manager/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lint": "prettier --check . && eslint . --max-warnings 0",
"format": "prettier --write .",
"prepackage": "pnpm prepare:package && cp ../core ./src/lib/cookie-core -r",
"package": "svelte-package",
"package": "cross-env BUILDING_PACKAGE=true svelte-package",
"postpackage": "rm -rf ./src/lib/cookie-core && pnpm copyFiles",
"clean": "rm -r ./package ./src/lib/cookie-core",
"prepare": "svelte-kit sync",
Expand Down

0 comments on commit 1fb25a1

Please sign in to comment.