Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
K
karname-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
Reza Sahebgharan
karname-ui
Commits
a6008baa
Commit
a6008baa
authored
Feb 26, 2020
by
Reza Sahebgharan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update package.json
parent
443f6fde
Pipeline
#1091
passed with stage
in 18 minutes and 28 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
.gitlab-ci.yml
.gitlab-ci.yml
+0
-1
package.json
landingpage/package.json
+1
-1
No files found.
.gitlab-ci.yml
View file @
a6008baa
...
...
@@ -49,7 +49,6 @@ build_in_staging:
-
echo "starting build in staging"
-
npm install
-
cd landingpage
-
npm config delete puppeteer_skip_chromium_download
-
npm install
-
npm run build
-
npm run rename
...
...
landingpage/package.json
View file @
a6008baa
...
...
@@ -6,7 +6,7 @@
"scripts"
:
{
"dev"
:
"cross-env NODE_ENV=development webpack-dev-server --open --hot"
,
"build"
:
"cross-env NODE_ENV=production webpack --progress --hide-modules"
,
"rename"
:
"rename
\"
../public/index.html
\"
landing.html"
,
"rename"
:
"
del
\"
../public/landing.html
\"
>nul 2>&1&&
rename
\"
../public/index.html
\"
landing.html"
,
"serve"
:
"http-server dist"
},
"dependencies"
:
{
...
...
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