mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
fix prepublish script
This commit is contained in:
parent
23a0b97fbb
commit
f63861a334
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
"lint": "eslint src *.js",
|
||||
"lint:fix": "eslint --fix src",
|
||||
"build:browser": "webpack",
|
||||
"prepublishOnly": "npm run test && npm run build:browser"
|
||||
"prepublishOnly": "npm run test && NODE_ENV=production npm run build:browser"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
Loading…
Reference in a new issue