1 2 3 4 5 6 7
["test:integration:stack-auth"] description = "Run stack-auth Node.js integration tests" dir = "{{config_root}}/packages/stack-auth/node" run = [ "npm ci", "npm test", ]