@lls/offline 24.39.0-f27ef0c2 → 24.39.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lls/offline",
|
|
3
|
-
"version": "24.39.0
|
|
3
|
+
"version": "24.39.0",
|
|
4
4
|
"description": "offline",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib/index.js",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"vite": "npm:rolldown-vite@7.2.10",
|
|
54
54
|
"vite-tsconfig-paths": "5.1.4",
|
|
55
55
|
"zod": "3.25.50",
|
|
56
|
-
"@lls/vitescripts": "24.39.0
|
|
56
|
+
"@lls/vitescripts": "24.39.0"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"redux-persist": "6.0.0"
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"dts": "pnpm tsgo --project tsconfig.production.json",
|
|
64
64
|
"build": "NODE_ENV=production node build.js",
|
|
65
65
|
"deploy-ladle": "PUBLISH=1 pnpm ladle build",
|
|
66
|
-
"deploy-ladle-pr": "
|
|
66
|
+
"deploy-ladle-pr": "pnpm ladle build && s5cmd sync --delete --acl public-read --destination-region eu-west-1 'dist/*' s3://build.lelivrescolaire.fr/storybook/viewer-pr-$PR_NUMBER/",
|
|
67
67
|
"test": "bun test --bail __tests__/unit __tests__/e2e",
|
|
68
68
|
"lint": "pnpm biome check --apply src __tests__ stories",
|
|
69
69
|
"precommit": "pnpm lint"
|