Skip to content

Commit cd9ed0a

Browse files
committed
Fix p-s config path for new p-s version
1 parent 47a198c commit cd9ed0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Developing and publishing multiple React components requires a lot of work to ke
4343
"component": "ReactComponentTemplate"
4444
},
4545
"scripts": {
46-
"start": "p-s --config node_modules/react-component-template/package-scripts.js -s",
46+
"start": "p-s --config react-component-template/package-scripts -s",
4747
"test": "npm start test",
4848
"precommit": "npm start precommit",
4949
"prepush": "npm start prepush",

0 commit comments

Comments
 (0)