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
6c1b112a
Commit
6c1b112a
authored
Jun 15, 2018
by
ιεΈ
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix #1681 `lint-staged` no longer supports running scripts defined in package.json.
parent
0f9f7678
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
.gitignore
.gitignore
+1
-2
package.json
package.json
+1
-1
No files found.
.gitignore
View file @
6c1b112a
...
...
@@ -8,7 +8,7 @@ _roadhog-api-doc
# production
/dist
/vscode
/
.
vscode
# misc
.DS_Store
...
...
@@ -21,4 +21,3 @@ yarn.lock
package-lock.json
*bak
jsconfig.json
.vscode/settings.json
package.json
View file @
6c1b112a
...
...
@@ -89,7 +89,7 @@
"prettier --write"
,
"git add"
],
"**/*.{js,jsx}"
:
"lint-staged:js"
,
"**/*.{js,jsx}"
:
"
npm run
lint-staged:js"
,
"**/*.less"
:
"stylelint --syntax less"
},
"engines"
:
{
...
...
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