1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

chore: update .gitignore and add zip script to package.json

This commit is contained in:
codecalm
2025-01-28 23:08:25 +01:00
parent 1d73dc92b0
commit fd8b11822a
3 changed files with 5 additions and 3 deletions

1
.gitignore vendored
View File

@@ -32,3 +32,4 @@ package-lock.json
demo/
dist/
packages-zip/

View File

@@ -1,6 +1,6 @@
# Changelog
## 1.0.0
## 1.0.0 - 2025-01-28
### Minor Changes

View File

@@ -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",