lucene-filter.js

Data filter for lucene queries
git clone git://git.finwo.net/lib/lucene-filter.js
Log | Files | Refs | README | LICENSE

commit 39cab35916538509fcb12743d0fdef3addc1d1bc
parent 3dc926db9929c68dd4264cfa1af73ff17c692cb2
Author: finwo <finwo@pm.me>
Date:   Tue, 27 Nov 2018 15:46:36 +0100

Run by gitlab, not by npm

Diffstat:
M.gitlab-ci.yml | 1+
Mpackage.json | 1-
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -24,5 +24,6 @@ publish to npmjs.com: only: - master script: + - bash scripts/prepublish.sh - echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc - if [ $(npm view $(node -p "require('./package.json').name") version) != $(node -p "require('./package.json').version") ]; then npm publish ; fi diff --git a/package.json b/package.json @@ -4,7 +4,6 @@ "description": "Data filter for lucene queries", "main": "src/index.js", "scripts": { - "prepublishOnly": "bash scripts/prepublish.sh", "test": "NODE_ENV=babel jest --detectOpenHandles" }, "repository": {