Skip to content

Commit

Permalink
Adds prepare and prepublishOnly scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tsov committed Apr 4, 2018
1 parent 12e41d5 commit 1ddbbde
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@
"main": "./lib/draggable.bundle.js",
"scripts": {
"start": "concurrently \"yarn watch\" \"cd examples && yarn && yarn start\"",
"build": "yarn build:development",
"build": "yarn build:production",
"watch": "node scripts/watch.js",
"prepublish": "yarn build",
"prepare": "yarn build:development",
"prepublishOnly": "yarn build:production",
"lint": "eslint ./src --max-warnings 0",
"esdoc": "esdoc -c esdoc.json",
"test": "jest --config config.json",
Expand Down

0 comments on commit 1ddbbde

Please sign in to comment.