Skip to content

Commit 611e86b

Browse files
committed
Revert all unnecessary changes
1 parent 98b9390 commit 611e86b

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
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

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,12 @@
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": [

0 commit comments

Comments
 (0)