Skip to content

Commit 335bb74

Browse files
authored
fix the monorepo (#7)
1 parent c3221df commit 335bb74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.npmignore renamed to packages/revealjs-react/.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
node_modules
22
test/
3-
.babelrc
3+
babel-config.js
44
.eslintrc.json
55
.prettierrc
66
rollup.config.js

packages/revealjs-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"module": "index.esm.js",
1313
"scripts": {
1414
"build": "rollup -c && tsc",
15-
"prepare": "yarn build",
16-
"release": "yarn publish --access public"
15+
"prepare": "npm run build",
16+
"release": "npm publish --access public"
1717
},
1818
"repository": {
1919
"type": "git",

0 commit comments

Comments
 (0)