Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rip
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fanxuehui
rip
Commits
388c399a
Commit
388c399a
authored
Aug 11, 2019
by
fanxuehui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update pkg
parent
bc1fd3dd
Pipeline
#148112
failed with stage
in 1 minute and 58 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
package.json
package.json
+3
-0
No files found.
.gitlab-ci.yml
View file @
388c399a
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
package.json
View file @
388c399a
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment