Commit 388c399a authored by fanxuehui's avatar fanxuehui

update pkg

parent bc1fd3dd
Pipeline #148112 failed with stage
in 1 minute and 58 seconds
image: node:6
image: node:10
before_script:
- npm install
......@@ -13,5 +13,5 @@ publish:
- triggers
script:
- npm run build
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}'>.npmrc
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}'>~/.npmrc
- npm publish
\ No newline at end of file
......@@ -8,6 +8,9 @@
"build": "node build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git@gitlab2.dui88.com:Dec-F/rip.git"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment