File tree Expand file tree Collapse file tree
packages/theme-component-generator Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ on :
2+ # allow manual triggering of the workflow
3+ workflow_dispatch :
4+ # Required for Repository Ruleset workflows
5+ push :
6+
7+ # Add this permissions block
8+ permissions :
9+ actions : read
10+ pull-requests : read
11+ security-events : write
12+ id-token : write
13+ contents : read
14+
15+ jobs :
16+ Security-Code-Scanner :
17+ uses : shopify-playground/github-actions/.github/workflows/security-code-scanner-workflow.yml@main
18+ secrets :
19+ token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 77 "scripts" : {
88 "start" : " node --experimental-strip-types src/index.ts" ,
99 "dev" : " node --experimental-strip-types --watch src/index.ts" ,
10- "build" : " echo noop"
10+ "build" : " echo noop" ,
11+ "build:ts" : " echo noop" ,
12+ "build:ci" : " echo noop" ,
13+ "postbuild:ts" : " echo noop" ,
14+ "generate-factory-configs" : " echo noop" ,
15+ "test" : " echo noop" ,
16+ "test" : " echo noop"
1117 },
1218 "keywords" : [
1319 " mcp" ,
2935 "@types/node" : " ^20.0.0"
3036 },
3137 "engines" : {
32- "node" : " >=22 .0.0"
38+ "node" : " >=20 .0.0"
3339 }
3440}
You can’t perform that action at this time.
0 commit comments