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

3
.gitignore vendored
View File

@@ -31,4 +31,5 @@ node_modules/
package-lock.json package-lock.json
demo/ demo/
dist/ dist/
packages-zip/

View File

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

View File

@@ -24,7 +24,8 @@
"format:write": "prettier --write src/**/*.{js,scss} --cache", "format:write": "prettier --write src/**/*.{js,scss} --cache",
"illustrations": "node .build/import-illustrations.js", "illustrations": "node .build/import-illustrations.js",
"build:html": "eleventy", "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": { "repository": {
"type": "git", "type": "git",