|
14 | 14 | "config-sync": "./bin/config-sync" |
15 | 15 | }, |
16 | 16 | "scripts": { |
| 17 | + "develop": "nodemon -e js,jsx --ignore playground --exec \"yalc publish && yalc push\"", |
17 | 18 | "eslint": "eslint --max-warnings=0 './**/*.{js,jsx}'", |
18 | 19 | "eslint:fix": "eslint --fix './**/*.{js,jsx}'", |
19 | 20 | "test:unit": "jest --verbose", |
20 | 21 | "test:integration": "cd playground && node_modules/.bin/jest --verbose --forceExit --detectOpenHandles", |
21 | | - "plugin:install": "yarn install && rm -rf node_modules/@strapi/helper-plugin", |
22 | | - "playground:install": "cd playground && yarn install", |
| 22 | + "playground:install": "yarn playground:yalc-add-link && cd playground && yarn install", |
| 23 | + "playground:yalc-add": "cd playground && yalc add strapi-plugin-config-sync", |
| 24 | + "playground:yalc-add-link": "cd playground && yalc add --link strapi-plugin-config-sync", |
23 | 25 | "playground:build": "cd playground && yarn build", |
24 | 26 | "playground:develop": "cd playground && yarn develop" |
25 | 27 | }, |
|
78 | 80 | "jest-cli": "^29.3.1", |
79 | 81 | "jest-styled-components": "^7.0.2", |
80 | 82 | "lodash": "^4.17.11", |
| 83 | + "nodemon": "^3.1.7", |
81 | 84 | "react": "^17.0.2", |
82 | 85 | "react-redux": "^7.2.2", |
83 | 86 | "redux": "^4.0.5", |
84 | | - "styled-components": "^5.2.3" |
| 87 | + "styled-components": "^5.2.3", |
| 88 | + "yalc": "^1.0.0-pre.53" |
85 | 89 | }, |
86 | 90 | "bugs": { |
87 | 91 | "url": "https://github.com/pluginpal/strapi-plugin-config-sync/issues" |
|
0 commit comments