Skip to content

Commit

Permalink
Create publishables on prepublish hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Calamari committed Apr 5, 2019
1 parent 3ad40b9 commit 99a6a81
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 @@ -10,6 +10,7 @@
"clean": "rimraf dist",
"dev": "rollup -c -w",
"dist": "rollup -c && cpy --rename stack-trace-parser.d.ts src/index.d.ts dist/ && cpy --rename stack-trace-parser.test-d.ts src/index.test-d.ts dist/",
"prepublish": "npm run dist",
"pretest": "npm run dist",
"test": "mocha --require ./mocha-babel-hook 'test/**/*.spec.js' && tsd",
"lint": "eslint --fix '{src,test}/**/*.js'"
Expand Down

0 comments on commit 99a6a81

Please sign in to comment.