Cleanup
All checks were successful
Lint / lint (push) Successful in 12s

This commit is contained in:
Julien Valverdé
2025-02-26 20:50:05 +01:00
parent 5b023678f4
commit 538b3a415d
3 changed files with 1 additions and 6 deletions

View File

@@ -25,7 +25,6 @@
"build": "tsc",
"lint:tsc": "tsc --noEmit",
"pack": "npm pack",
"publish": "npm publish --access public",
"clean:cache": "rm -f tsconfig.tsbuildinfo",
"clean:dist": "rm -rf dist",
"clean:node": "rm -rf node_modules"

View File

@@ -25,7 +25,6 @@
"build": "tsc",
"lint:tsc": "tsc --noEmit",
"pack": "npm pack",
"publish": "npm publish --access public",
"clean:cache": "rm -f tsconfig.tsbuildinfo",
"clean:dist": "rm -rf dist",
"clean:node": "rm -rf node_modules"

View File

@@ -6,9 +6,6 @@
"inputs": ["./src/**"],
"outputs": ["./dist/**"]
},
"pack": {},
"publish": {
"passThroughEnv": ["NODE_AUTH_TOKEN"]
}
"pack": {}
}
}