mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
change build to ./build
This commit is contained in:
@@ -11,14 +11,14 @@
|
||||
"build-docs": "mkdir public && touch public/index.html && echo 'ok'",
|
||||
"preview": "gulp build --preview",
|
||||
"svg-optimize": "svgo -f svg/brand --pretty",
|
||||
"unused-files": "node build/unused-files.js",
|
||||
"unused-files": "node .build/unused-files.js",
|
||||
"release": "release-it",
|
||||
"svg-icons": "node build/import-icons.js",
|
||||
"svg-icons": "node .build/import-icons.js",
|
||||
"bundlewatch": "bundlewatch",
|
||||
"storybook": "start-storybook -p 6006",
|
||||
"changelog": "node build/changelog.js",
|
||||
"changelog": "node .build/changelog.js",
|
||||
"icons": "ncu -u @tabler/icons && pnpm install && gulp svg-icons && git add . && git commit -am \"update icons to v`pnpm info @tabler/icons version`\" && git push",
|
||||
"download-images": "node build/download-images.js",
|
||||
"download-images": "node .build/download-images.js",
|
||||
"optimize-images": "for i in ./src/static/photos/*.jpg; do convert \"$i\" -quality 80% \"${i%.jpg}.jpg\"; done",
|
||||
"format:check": "prettier --check src/**/*.{js,scss} --cache",
|
||||
"format:write": "prettier --write src/**/*.{js,scss} --cache"
|
||||
|
||||
Reference in New Issue
Block a user