Skip to content

Commit

Permalink
Remove unused publish site
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensWe committed Sep 3, 2024
1 parent b754e01 commit c6b0164
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"prepub": "cp package.json dist && cp ../.npmrc dist"
"prepub": "cp package.json dist"
},
"dependencies": {
"@headlessui/vue": "^1.7.22",
Expand Down

0 comments on commit c6b0164

Please sign in to comment.