From 89be9f8ecddd2fc93ccf70ee0103ed2944928690 Mon Sep 17 00:00:00 2001 From: antoineaudrain Date: Tue, 17 Nov 2020 18:23:09 +0100 Subject: [PATCH] update scripts --- package-lock.json | 2 +- package.json | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 59927f5..358af90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-editorjs-renderer", - "version": "2.3.0", + "version": "2.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c5beba6..7032ce2 100644 --- a/package.json +++ b/package.json @@ -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" },