Skip to content

Commit

Permalink
Merge pull request #75 from Phuire-Research/UI
Browse files Browse the repository at this point in the history
prepublishOnly script
  • Loading branch information
REllEK-IO committed Oct 10, 2023
2 parents 5be1f72 + 845d1fb commit 1eaa67b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"scripts": {
"build": "rimraf ./dist && tsup src/index.ts --format cjs,esm --dts",
"prepublishOnly": "rimraf ./dist && tsup src/index.ts --format cjs,esm --dts",
"start:dev": "npx nodemon",
"start": "npm run build && node build/index.js",
"lint": "eslint . --ext .ts",
Expand Down

0 comments on commit 1eaa67b

Please sign in to comment.