Skip to content

Commit e84a2a2

Browse files
committed
Add core:stop and always use npm --prefix
1 parent fe04b0e commit e84a2a2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@
2929
"bump-versions": "ts-node ./lib/bump-versions.ts",
3030
"test": "jest",
3131
"test:coverage": "jest --coverage",
32-
"core:start": "cd ../paranext-core && npm run start",
33-
"core:pull": "git -C ../paranext-core pull --ff-only",
32+
"core:start": "npm --prefix ../paranext-core start",
33+
"core:stop": "npm --prefix ../paranext-core stop",
3434
"core:install": "npm --prefix ../paranext-core install",
35+
"core:pull": "git -C ../paranext-core pull --ff-only",
3536
"core:update": "npm run core:pull && npm run core:install"
3637
},
3738
"browserslist": [],

0 commit comments

Comments
 (0)