mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33:30 +01:00
fix prepublish script
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
"lint": "eslint src *.js",
|
"lint": "eslint src *.js",
|
||||||
"lint:fix": "eslint --fix src",
|
"lint:fix": "eslint --fix src",
|
||||||
"build:browser": "webpack",
|
"build:browser": "webpack",
|
||||||
"prepublishOnly": "npm run test && npm run build:browser"
|
"prepublishOnly": "npm run test && NODE_ENV=production npm run build:browser"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user