Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivWeb
Project
Project
Details
Activity
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
ReactWeb5
CivWeb
Commits
5294c9a4
Commit
5294c9a4
authored
Dec 28, 2020
by
邓晓峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: package.json scripts build
parent
d4d347db
Pipeline
#21294
passed with stages
in 30 minutes 23 seconds
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
9 deletions
+1
-9
.eslintcache
.eslintcache
+0
-0
.gitlab-ci.yml
.gitlab-ci.yml
+0
-8
package.json
package.json
+1
-1
No files found.
.eslintcache
0 → 100644
View file @
5294c9a4
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
View file @
5294c9a4
...
...
@@ -7,7 +7,6 @@ before_script:
stages
:
-
install
-
lint
-
package
-
push
...
...
@@ -26,13 +25,6 @@ install:
-
$NPM_INSTALL == "true"
when
:
manual
lint
:
stage
:
lint
script
:
-
npm run lint
only
:
-
master
when
:
manual
package
:
stage
:
package
script
:
...
...
package.json
View file @
5294c9a4
...
...
@@ -18,7 +18,7 @@
"analyze"
:
"node ./internals/scripts/analyze.js"
,
"npmcheckversion"
:
"node ./internals/scripts/npmcheckversion.js"
,
"preinstall"
:
"npm run npmcheckversion"
,
"prebuild"
:
"npm run
build:clean
"
,
"prebuild"
:
"npm run
lint
"
,
"build"
:
"cross-env NODE_ENV=production node internals/webpack/build.js"
,
"build:clean"
:
"rimraf ./build"
,
"start"
:
"cross-env NODE_ENV=development node server --port=$port"
,
...
...
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