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
Plain Diff
Browse Files
Authored by
毕凯
7 years ago
Commit
905357feaeed055be5a9a8bfc5712c71adc39787
2 parents
19630221
b3e87890
Merge branch 'hotfix/lint'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
package.json
package.json
View file @
905357f
...
...
@@ -15,7 +15,7 @@
"build:dll"
:
"webpack --config ./public/build/webpack.dll.indexcss.config.js"
,
"build"
:
"webpack --config ./public/build/webpack.dll.indexcss.config.js && webpack --config ./public/build/webpack.prod.config.js"
,
"debug"
:
"DEBUG=\"express:*\" nodemon -e js,hbs -i public/ app.js"
,
"lint:css"
:
"stylelint -s scss --cache --custom-formatter ./node_modules/stylelint-formatter-table"
,
"lint:css"
:
"stylelint -s scss --c
onfig .stylelintrc.js --c
ache --custom-formatter ./node_modules/stylelint-formatter-table"
,
"lint:js"
:
"eslint --ext .js,.vue --cache --format table"
,
"lint-css"
:
"npm run -s lint:css -- ./**/*.{scss,css,vue}"
,
"lint-js"
:
"npm run -s lint:js -- ."
,
...
...
Please
register
or
login
to post a comment