Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineaudrain committed Nov 17, 2020
1 parent 1611c9c commit 89be9f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@
"link": "cd src/ && npm run build:rollup && npm link",
"link:react": "npm run link && cd example/react/ && npm i && npm link react-editorjs-renderer",
"link:next": "npm run link && cd example/next/ && npm i && npm link react-editorjs-renderer",
"example:react": "npm run link:react && cd example/react/ && npm run build && npm start",
"example:next": "npm run link:next && cd example/next/ && npm run build && npm start",
"build:example:react": "npm run link:react && cd example/react/ && npm run build",
"build:example:next": "npm run link:react && cd example/react/ && npm run build",
"example:react": "cd example/react/ && npm start",
"example:next": "cd example/next/ && npm start",
"lint": "eslint src *.js",
"lint:fix": "eslint src *.js --fix"
},
Expand Down

0 comments on commit 89be9f8

Please sign in to comment.