File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 - name : Install dependencies
3535 run : npm install
3636 - name : Build
37- run : npm run build --ws --if-present
37+ run : npm run build:all
3838 - name : Run tests
39- run : npm run test
39+ run : npm run test -w workspaces/cache
Original file line number Diff line number Diff line change 3434 - name : Install dependencies
3535 run : npm install
3636 - name : Build
37- run : npm run build --ws --if-present
37+ run : npm run build:all
3838 - name : Run tests
39- run : npm run test
39+ run : npm run test -w workspaces/server
Original file line number Diff line number Diff line change 1717 "lint-fix" : " npm run lint -- --fix" ,
1818 "prepublishOnly" : " rimraf ./dist && npm run build && pkg-ok" ,
1919 "build" : " node ./esbuild.config.js" ,
20- "test" : " npm run test-only && npm run lint && npm run lint:css" ,
21- "test-only" : " glob -c \" node --no-warnings --test-concurrency 1 --test\" \" test/**/*.test.js\" " ,
20+ "build:all" : " npm run build --ws --if-present" ,
21+ "test" : " npm run test:cli && npm run lint && npm run lint:css" ,
22+ "test:cli" : " glob -c \" node --no-warnings --test-concurrency 1 --test\" \" test/**/*.test.js\" " ,
23+ "test:all" : " npm run test --ws --if-present" ,
2224 "coverage" : " c8 --reporter=lcov npm run test"
2325 },
2426 "files" : [
You can’t perform that action at this time.
0 commit comments