|
@@ -24,7 +24,8 @@
|
|
|
"format:write": "prettier --write src/**/*.{js,scss} --cache",
|
|
|
"illustrations": "node .build/import-illustrations.js",
|
|
|
"build:html": "eleventy",
|
|
|
- "watch:html": "eleventy --watch --incremental"
|
|
|
+ "watch:html": "eleventy --watch --incremental",
|
|
|
+ "zip": "mkdir -p packages-zip && zip -r packages-zip/tabler-$(node -p \"require('./package.json').version\").zip demo/*"
|
|
|
},
|
|
|
"repository": {
|
|
|
"type": "git",
|