File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535 },
3636 "repository" : " Codeception/codeceptjs" ,
3737 "scripts" : {
38- "json-server" : " ./node_modules/ json-server/bin/index.js test/data/rest/db.json -p 8010 --watch -m test/data/rest/headers.js" ,
38+ "json-server" : " npx json-server test/data/rest/db.json -p 8010 --watch -m test/data/rest/headers.js" ,
3939 "json-server:graphql" : " node test/data/graphql/index.js" ,
4040 "lint" : " eslint bin/ examples/ lib/ test/ translations/ runok.js" ,
4141 "lint-fix" : " eslint bin/ examples/ lib/ test/ translations/ runok.js --fix" ,
6464 "update-contributor-faces" : " ./runok.js contributor:faces" ,
6565 "types-fix" : " node typings/fixDefFiles.js" ,
6666 "dtslint" : " npm run types-fix && tsd" ,
67- "prepare" : " husky install " ,
67+ "prepare" : " husky" ,
6868 "prepare-release" : " ./runok.js versioning && ./runok.js get:commit-log" ,
6969 "publish-beta" : " ./runok.js publish:next-beta-version"
7070 },
148148 "inquirer-test" : " 2.0.1" ,
149149 "jsdoc" : " 4.0.3" ,
150150 "jsdoc-typeof-plugin" : " 1.0.0" ,
151- "json-server" : " 0.10.1 " ,
151+ "json-server" : " 0.17.4 " ,
152152 "playwright" : " 1.48.2" ,
153153 "prettier" : " ^3.3.2" ,
154154 "puppeteer" : " 23.6.0" ,
You can’t perform that action at this time.
0 commit comments