File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 node-version-file : .nvmrc
2626 registry-url : ' https://registry.npmjs.org' # required for trusted publishing
2727
28- - run : npm install -g npm@latest --loglevel verbose
2928 - run : npm i
30- - run : npm run deploy
29+ - run : npm run build
30+ - run : npx -y npm@latest publish
Original file line number Diff line number Diff line change 6363 "posttest" : " yarn lint" ,
6464 "prepack" : " yarn build && oclif manifest && oclif readme" ,
6565 "test" : " mocha --forbid-only \" test/**/*.test.ts\" " ,
66- "deploy" : " npm run build && npm publish --loglevel verbose " ,
66+ "deploy" : " npm run build && npm publish" ,
6767 "deploy:beta" : " npm run build && npm publish" ,
6868 "version" : " oclif readme && git add README.md"
6969 },
7070 "engines" : {
71- "node" : " >=12.0.0" ,
72- "npm" : " >=11.5.1"
71+ "node" : " >=12.0.0"
7372 },
7473 "bugs" : " https://github.com/Flagsmith/flagsmith-cli/issues" ,
7574 "keywords" : [
You can’t perform that action at this time.
0 commit comments