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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -31,4 +31,5 @@ node_modules/
|
|||||||
package-lock.json
|
package-lock.json
|
||||||
|
|
||||||
demo/
|
demo/
|
||||||
dist/
|
dist/
|
||||||
|
packages-zip/
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 1.0.0
|
## 1.0.0 - 2025-01-28
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user