Skip to content

Commit

Permalink
chore: fix rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Feb 6, 2021
1 parent 2e93f07 commit ee08966
Show file tree
Hide file tree
Showing 3 changed files with 1,074 additions and 5 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"clean": "shx rm -rf dist",
"dev": "npm run clean && cross-env NODE_ENV=development cross-env BABEL_KEEP_MODULES=true rollup -c -w",
"build": "npm run clean && cross-env NODE_ENV=production cross-env BABEL_KEEP_MODULES=true rollup -c",
"bump": "ncu -u"
"bump": "ncu -u",
"prepare": "npm run build"
},
"package-deps": [
"atom-ide-markdown-service",
Expand Down
Loading

0 comments on commit ee08966

Please sign in to comment.