Skip to content

Commit

Permalink
Add prepare-publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofrezac committed Jun 17, 2023
1 parent d51fdb6 commit a817c46
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 7 deletions.
27 changes: 24 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"scripts": {
"bundle": "esbuild lib/js/src/Main.js --bundle --outfile=dist/ts-error-vscode-pager.js --platform=node",
"build": "rescript build",
"dev": "rescript build -w"
},
"dependencies": {
"esbuild": "^0.18.4"
"dev": "rescript build -w",
"format": "rescript format",
"prepare-publish": "npm run build && npm run bundle"
},
"devDependencies": {
"esbuild": "^0.18.4",
"@rescript/core": "^0.3.1",
"rescript-nodejs": "^14.4.0",
"rescript": "^10.1.4"
Expand Down

0 comments on commit a817c46

Please # to comment.