Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ant-design-pro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
duanledexianxianxian
ant-design-pro
Commits
9b3bc445
Commit
9b3bc445
authored
May 29, 2019
by
ιεΈ
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: add fetch:blocks in umi/package.json
parent
785f2c7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
create-umi/package.json
create-umi/package.json
+2
-2
No files found.
create-umi/package.json
View file @
9b3bc445
...
@@ -6,7 +6,6 @@
...
@@ -6,7 +6,6 @@
"scripts"
:
{
"scripts"
:
{
"analyze"
:
"cross-env ANALYZE=1 umi build"
,
"analyze"
:
"cross-env ANALYZE=1 umi build"
,
"build"
:
"umi build"
,
"build"
:
"umi build"
,
"generateMock"
:
"node ./scripts/generateMock"
,
"lint"
:
"npm run lint:js && npm run lint:ts && npm run lint:style && npm run lint:prettier"
,
"lint"
:
"npm run lint:js && npm run lint:ts && npm run lint:style && npm run lint:prettier"
,
"lint-staged"
:
"lint-staged"
,
"lint-staged"
:
"lint-staged"
,
"lint-staged:js"
:
"eslint --ext .js"
,
"lint-staged:js"
:
"eslint --ext .js"
,
...
@@ -22,7 +21,8 @@
...
@@ -22,7 +21,8 @@
"test"
:
"umi test"
,
"test"
:
"umi test"
,
"test:all"
:
"node ./tests/run-tests.js"
,
"test:all"
:
"node ./tests/run-tests.js"
,
"test:component"
:
"umi test ./src/components"
,
"test:component"
:
"umi test ./src/components"
,
"tslint:fix"
:
"tslint --fix 'src/**/*.ts*'"
"tslint:fix"
:
"tslint --fix 'src/**/*.ts*'"
,
"fetch:blocks"
:
"node ./scripts/fetch-blocks.js"
},
},
"husky"
:
{
"husky"
:
{
"hooks"
:
{
"hooks"
:
{
...
...
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