Skip to content

Commit

Permalink
Revert "feat: add compile on prepublish and release on publish"
Browse files Browse the repository at this point in the history
This reverts commit 5f09782.
  • Loading branch information
v-stickykeys committed Feb 15, 2021
1 parent af7b7bc commit c4736f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
"clean": "rm -R node_modules",
"clean:build": "rm -R build/protocols",
"dist": "node_modules/typescript/bin/tsc",
"prepublishOnly": "npm run compile",
"publish": "npm run release",
"release": "dotenv release-it -- --only-version --verbose",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit c4736f6

Please sign in to comment.