Skip to content

Commit 257f480

Browse files
update develop command to use devapp-3.4
- Change develop function in .envrc to use devapp-3.4 instead of devapp - Use npm start since devapp-3.4 uses npm, not yarn - Enables testing with Meteor 3.4 during development
1 parent c736bcf commit 257f480

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function start {
1313
function develop {
1414
local BROWSER=${1-"chrome"}
1515
echo "Starting Development mode for => ${BROWSER}"
16-
yarn concurrently -n ext,app "webpack --config webpack/${BROWSER}.dev.js" "yarn devapp"
16+
yarn concurrently -n ext,app "webpack --config webpack/${BROWSER}.dev.js" "cd devapp-3.4 && npm start"
1717
}
1818

1919
function watch {

0 commit comments

Comments
 (0)