Skip to content

Commit a89e51d

Browse files
committed
build(*): adding prepublish npm script
1 parent acec7df commit a89e51d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"corenlp:download": "./scripts/corenlp-download",
99
"corenlp:server": "./scripts/corenlp-server",
1010
"compile": "gulp",
11+
"prepublish": "npm run compile --",
1112
"lint": "eslint src/*.js src/**/*.js test/*.js",
1213
"lint:fix": "eslint src/*.js src/**/*.js test/*.js --fix",
1314
"test": "nyc --reporter=html --reporter=text mocha --require babel-polyfill test/setup.js --sort src/*.spec.js src/**/*.spec.js --compilers js:babel-core/register --timeout 30000"

0 commit comments

Comments
 (0)