We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe04b0e commit e84a2a2Copy full SHA for e84a2a2
1 file changed
package.json
@@ -29,9 +29,10 @@
29
"bump-versions": "ts-node ./lib/bump-versions.ts",
30
"test": "jest",
31
"test:coverage": "jest --coverage",
32
- "core:start": "cd ../paranext-core && npm run start",
33
- "core:pull": "git -C ../paranext-core pull --ff-only",
+ "core:start": "npm --prefix ../paranext-core start",
+ "core:stop": "npm --prefix ../paranext-core stop",
34
"core:install": "npm --prefix ../paranext-core install",
35
+ "core:pull": "git -C ../paranext-core pull --ff-only",
36
"core:update": "npm run core:pull && npm run core:install"
37
},
38
"browserslist": [],
0 commit comments