@goodware/svelte-kanban
Advanced tools
Comparing version 1.1.15 to 1.1.16
{ | ||
"name": "@goodware/svelte-kanban", | ||
"version": "1.1.15", | ||
"version": "1.1.16", | ||
"scripts": { | ||
"build": "vite build && npm run package", | ||
"build": "rm -rf dist && vite build && npm run package", | ||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", | ||
@@ -14,3 +14,3 @@ "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", | ||
"preview": "vite preview", | ||
"pub": "vite build && npm publish --access=public", | ||
"pub": "rm -rf dist && vite build && npm publish --access=public", | ||
"test": "npm run test:integration && npm run test:unit", | ||
@@ -17,0 +17,0 @@ "test:integration": "playwright test", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56750