Skip to content

Commit

Permalink
fix(pluginsdk): Update package.json scaffolding with latest opinions
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen authored and mergify[bot] committed Sep 17, 2020
1 parent 07c7a96 commit 7d5c671
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions packages/pluginsdk/scaffold/package.json
Expand Up @@ -5,13 +5,14 @@
"module": "build/dist/index.js",
"scripts": {
"clean": "npx shx rm -rf build",
"build": "rollup -c",
"watch": "rollup -c -w",
"postinstall": "check-plugin && check-peer-dependencies || true"
"build": "npm run clean && rollup -c",
"dev-proxy": "dev-proxy",
"postinstall": "check-plugin && check-peer-dependencies || true",
"proxy": "npm-run-all -p --aggregate-output watch dev-proxy",
"watch": "rollup -c -w --no-watch.clearScreen"
},
"dependencies": {
"@spinnaker/pluginsdk": "latest"
},
"devDependencies": {
}
"devDependencies": {}
}

0 comments on commit 7d5c671

Please sign in to comment.