Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai(👎🏻🍜)
8 years ago
Commit
69e86d509390e9f848fbf9333eb90b3a0bd6b24e
1 parent
0ff67880
代码检查命令
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
package.json
package.json
View file @
69e86d5
...
...
@@ -13,7 +13,8 @@
"online"
:
"NODE_ENV=\"production\" node app.js"
,
"debug"
:
"DEBUG=\"express:*\" nodemon -e js,hbs -i public/ app.js"
,
"lint-js"
:
"eslint -c .eslintrc --cache ."
,
"lint-css"
:
"stylelint --config .stylelintrc public/scss/**/*.css"
,
"lint-css"
:
"stylelint --syntax scss --config .stylelintrc public/scss/**/*.css"
,
"lint-vue"
:
"eslint -c .eslintrc --cache public/vue/**/*.vue || stylelint --syntax scss --extract --config .stylelintrc public/vue/**/*.vue"
,
"precommit"
:
"node lint.js"
},
"license"
:
"MIT"
,
...
...
Please
register
or
login
to post a comment