Skip to content

Commit

Permalink
wip: v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwlad90 committed Feb 1, 2025
1 parent 6d3dfaa commit 1961a39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@
"private": true,
"scripts": {
"build": "scripty --ts",
"prebuild": "git log -1",
"check:artifacts": "scripty",
"clean": "del-cli dist",
"lint": "eslint . --color",
"lint:check": "eslint . --color --format json --output-file dist/eslint_report.json",
"postbuild": "pnpm run check:artifacts",
"postbuild": "ls -lh dist",
"precommit": "lint-staged",
"prepublishOnly": "pnpm run build",
"prepush": "lint-prepush",
Expand Down

0 comments on commit 1961a39

Please sign in to comment.