Skip to content

Commit

Permalink
draft
Browse files Browse the repository at this point in the history
  • Loading branch information
St1ggy committed Nov 6, 2024
1 parent 648f539 commit 6f8a7ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Empty file added .buildme
Empty file.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
"lint": "lint update && lint",
"lint:fix": "lint update && lint fix",
"pre-commit": "lint update && lint-staged",
"prepare": "husky"
"prepare": "husky",
"prepack": "[ ! -f .buildme ] || npm run build",
"preinstall": "[ ! -f .buildme ] || npm run build"
},
"dependencies": {
"@diplodoc/cut-extension": "^0.3.0",
Expand Down

0 comments on commit 6f8a7ae

Please sign in to comment.