Skip to content

Commit

Permalink
add prepack script
Browse files Browse the repository at this point in the history
  • Loading branch information
zikaari committed Jan 17, 2019
1 parent d615836 commit b371760
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"typings": "dist/typings/index.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc -w"
"watch": "tsc -w",
"prepack": "npm run build"
},
"repository": {
"type": "git",
Expand All @@ -32,5 +33,10 @@
"peerDependencies": {
"monaco-editor": "^0.14.0",
"monaco-textmate": "^3.0.0"
},
"dependencies": {
"monaco-editor": "^0.14.3",
"monaco-textmate": "^3.0.0",
"onigasm": "^2.2.1"
}
}

0 comments on commit b371760

Please sign in to comment.