Skip to content

Commit

Permalink
fix: build in prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed Sep 26, 2022
1 parent a125748 commit 4fd53cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lint:only": "eslint src --ext .ts",
"generate-schema": "./generate-schema >dist/PluginConfig.json",
"build": "tsc && npm run generate-schema",
"prepublishOnly": "npm install && npm build"
"prepublishOnly": "npm install && npm run build"
},
"license": "Apache-2.0",
"devDependencies": {
Expand Down

0 comments on commit 4fd53cb

Please sign in to comment.