Browse Source

add prePublishOnly script

pr12
Amio 6 years ago
parent
commit
2406c97476
  1. 3
      package.json

3
package.json

@ -7,6 +7,7 @@
"license": "ISC",
"main": "index.js",
"scripts": {
"build": "node build.js"
"build": "node build.js",
"prePublishOnly": "npm run build"
}
}

Loading…
Cancel
Save