You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,8 @@
34
34
"format": "prettier --write .",
35
35
"test": "vitest run",
36
36
"test:coverage": "vitest run --coverage",
37
-
"test:distribution": "npm run test:distribution:cjs && npm run test:distribution:esm && npm run test:distribution:ts",
37
+
"test:distribution": "npm run test:distribution:pack && npm run test:distribution:cjs && npm run test:distribution:esm && npm run test:distribution:ts",
38
+
"test:distribution:pack": "npm pack --pack-destination tests/distribution/ && cd tests/distribution/ && tar xzf vite-plugin-typo3*.tgz",
0 commit comments