Skip to content

Commit

Permalink
more robust build
Browse files Browse the repository at this point in the history
  • Loading branch information
fyears committed Mar 23, 2024
1 parent 3f3e630 commit 611e781
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"scripts": {
"compile": "tsc --declaration",
"compile": "npx rimraf dist/ && tsc --declaration",
"prepublish": "npm run compile",
"test": "mocha --import=tsx",
"format": "npx prettier --trailing-comma es5 --write ."
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"name": "@fyears/rclone-crypt",
"version": "0.0.5",
"version": "0.0.6",
"description": "RClone Crypt",
"repository": {
"type": "git",
Expand All @@ -28,6 +28,7 @@
"mocha": "^10.3.0",
"npm-check-updates": "^16.14.17",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"tsx": "^4.7.1",
"typescript": "^5.4.3"
},
Expand Down

0 comments on commit 611e781

Please sign in to comment.