File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,13 +35,11 @@ jobs:
3535 - name : Use Node.js
3636 uses : actions/setup-node@v6
3737 with :
38- node-version-file : .nvmrc
38+ node-version : lts
3939 registry-url : https://registry.npmjs.org
4040
4141 - name : Install dependencies
4242 run : npm ci --prefer-offline
4343
4444 - name : Publish
4545 run : npm publish --provenance --access public
46- env :
47- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 3737 "lint:package" : " publint" ,
3838 "lint:tsc" : " tsc --noEmit" ,
3939 "prepare" : " husky" ,
40- "prepublishOnly" : " run-s lint lint:tsc test:server clean build lint:package" ,
40+ "prepublishOnly" : " run-s lint lint:tsc clean build lint:package" ,
4141 "size-limit" : " size-limit" ,
4242 "test" : " run-s test:server test:client" ,
4343 "test:client" : " npm run test:client:watch -- --single-run" ,
You can’t perform that action at this time.
0 commit comments