Skip to content

Commit

Permalink
Published freedombase:[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Aug 2, 2024
1 parent bd7cea3 commit 9de5ad8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"lint": "./node_modules/.bin/biome check --reporter=summary",
"lint-fix": "./node_modules/.bin/biome format --write --reporter=summary",
"lint-ci": "./node_modules/.bin/biome ci --reporter=github",
"publish": "meteor npm i && npm prune --production && cd ./package/freedombase-flashnews/ && meteor publish && cd ../../ && meteor npm i",
"publish": "cd ./package/freedombase-flashnews/ && meteor publish && cd ../../",
"all-contributors": "./node_modules/.bin/all-contributors",
"all-contributors-generate": "./node_modules/.bin/all-contributors generate"
},
Expand Down

0 comments on commit 9de5ad8

Please sign in to comment.