File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 7777 run : pnpm --filter schema exec jsr publish --dry-run --allow-slow-types --allow-dirty
7878
7979 - name : Publish to npm
80- run : pnpm --filter schema publish --access public --no-git-checks --provenance
80+ run : pnpm --filter schema publish
81+ env :
82+ NPM_CONFIG_PROVENANCE : true
8183
8284 - name : Publish to JSR
8385 run : pnpm --filter schema exec jsr publish --allow-slow-types
Original file line number Diff line number Diff line change 11{
22 "name" : " @runtimed/schema" ,
3- "version" : " 0.1.9 " ,
3+ "version" : " 0.1.10 " ,
44 "exports" : " ./src/index.ts" ,
55 "license" : " BSD-3-Clause"
66}
Original file line number Diff line number Diff line change 11{
22 "name" : " @runtimed/schema" ,
3- "version" : " 0.1.9 " ,
3+ "version" : " 0.1.10 " ,
44 "type" : " module" ,
55 "description" : " Schema definitions for Anode - event-sourced notebook system" ,
66 "exports" : " ./src/index.ts" ,
You can’t perform that action at this time.
0 commit comments