Skip to content

Commit

Permalink
fix: add types scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 21, 2020
1 parent fe40ec2 commit b99f92b
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 @@ -17,8 +17,9 @@
"test": "atom --test spec",
"clean": "shx rm -rf dist",
"tsc": "tsc -p src/tsconfig.json || echo done",
"dev": "npm run clean && cross-env NODE_ENV=development cross-env BABEL_ENV=production rollup -c -w",
"build": "npm run clean && cross-env NODE_ENV=production cross-env BABEL_ENV=production rollup -c ",
"types": "shx cp src/*.d.ts dist",
"dev": "npm run clean && cross-env NODE_ENV=development cross-env BABEL_ENV=production rollup -c -w && npm run types",
"build": "npm run clean && cross-env NODE_ENV=production cross-env BABEL_ENV=production rollup -c && npm run types",
"build-commit": "build-commit -o dist",
"bump": "ncu -u -x coffeescript",
"prepare": "npm run build"
Expand Down

0 comments on commit b99f92b

Please sign in to comment.