Skip to content

Commit

Permalink
Added prepublish task
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Jun 24, 2020
1 parent 7228ec7 commit 12015ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"license": "MIT",
"scripts": {
"start": "npm run build && npm run playground && concurrently --kill-others \"npm run watch\" \"npm run es-dev-server\"",
"prepublishOnly": "npm run build",
"es-dev-server": "es-dev-server --config es-dev-server.js",
"playground": "rm -rf ./playground && node ./tasks/playground.js",
"build": "npm-run-all build:*",
Expand Down

0 comments on commit 12015ee

Please sign in to comment.