Skip to content

Commit

Permalink
fix(dist): dist not created when npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
Walidoux committed Aug 29, 2023
1 parent b941d42 commit f3eac22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dev": "tsup --watch",
"build": "tsup",
"generate:icon": "plop",
"prepublish": "pnpm build",
"prepare": "pnpm build",
"lint:typescript": "tsc --noemit",
"lint:eslint": "eslint ./src --max-warnings 0 --report-unused-disable-directives",
"lint:prettier": "prettier \".\" --check --ignore-unknown '!**/pnpm-lock.yaml' '!**/*.hbs' --ignore-path \".gitignore\""
Expand Down

0 comments on commit f3eac22

Please sign in to comment.