Skip to content

Commit

Permalink
Fixed problem with building
Browse files Browse the repository at this point in the history
  • Loading branch information
CEbbinghaus committed Dec 9, 2023
1 parent 73fa54c commit 6d706c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/.npmrc

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"license": "GPL-2.0",
"scripts": {
"build": "shx rm -rf dist && rollup -c",
"watch": "rollup -c -w"
"watch": "rollup -c -w",
"preinstall": "cd lib && pnpm i"
},
"bugs": {
"url": "https://github.com/CEbbinghaus/MicroSDeck/issues"
Expand Down

0 comments on commit 6d706c9

Please sign in to comment.