Skip to content

Commit

Permalink
Remove prebuild and postbuild steps
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed Dec 1, 2018
1 parent d07ed97 commit 82d0ef7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Expand Up @@ -101,9 +101,7 @@
"watch": "tsc -watch -p ./",
"postinstall": "node ./node_modules/vscode/bin/install",
"test": "npm run compile && node ./node_modules/vscode/bin/test",
"prebuild": "cp ../README.md . && cp ../LICENSE LICENSE.md",
"build": "vsce package",
"postbuild": "rm README.md && rm LICENSE.md"
"build": "vsce package"
},
"devDependencies": {
"@types/mocha": "^2.2.42",
Expand Down

0 comments on commit 82d0ef7

Please sign in to comment.