Skip to content

Commit

Permalink
publishing flow
Browse files Browse the repository at this point in the history
  • Loading branch information
asportnoy committed Dec 11, 2022
1 parent 868eb59 commit 8309464
Show file tree
Hide file tree
Showing 4 changed files with 1,747 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ config.json
.DS_Store

.installdir-*

/types
4 changes: 4 additions & 0 deletions .np-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"tests": false,
"releaseDraft": false
}
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
"prettier:fix": "prettier ./src ./scripts --write",
"eslint:fix": "eslint ./src ./scripts --fix",
"lint": "pnpm run prettier:check && pnpm run eslint:check && pnpm run check",
"lint:fix": "pnpm run prettier:fix && pnpm run eslint:fix"
"lint:fix": "pnpm run prettier:fix && pnpm run eslint:fix",
"publish": "np",
"prepublishOnly": "rm -rf dist; tsc --declaration --emitDeclarationOnly --noemit false --outDir dist",
"postpublish": "rm -rf dist; npm run build"
},
"repository": "https://github.com/replugged-org/replugged.git",
"author": "Replugged",
Expand All @@ -39,6 +42,7 @@
"eslint-config-dmitmel": "dmitmel/eslint-config-dmitmel",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.31.8",
"np": "^7.6.2",
"prettier": "^2.7.1",
"tsx": "^3.9.0",
"typescript": "^4.8.4",
Expand Down
Loading

0 comments on commit 8309464

Please sign in to comment.