Skip to content

Commit

Permalink
fix the monorepo (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
cellog authored Jan 3, 2021
1 parent c3221df commit 335bb74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .npmignore → packages/revealjs-react/.npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
node_modules
test/
.babelrc
babel-config.js
.eslintrc.json
.prettierrc
rollup.config.js
Expand Down
4 changes: 2 additions & 2 deletions packages/revealjs-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"module": "index.esm.js",
"scripts": {
"build": "rollup -c && tsc",
"prepare": "yarn build",
"release": "yarn publish --access public"
"prepare": "npm run build",
"release": "npm publish --access public"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 335bb74

Please sign in to comment.