Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SOFT Core
SOFT 260
Boost Board Game
Commits
c4f228ee
Commit
c4f228ee
authored
Aug 30, 2021
by
Brady James Garvin
Browse files
Resolved issues with stylelint argument quoting on Windows.
parent
c4f06ac9
Changes
1
Hide whitespace changes
Inline
Side-by-side
boost-app/package.json
View file @
c4f228ee
...
...
@@ -9,7 +9,7 @@
"generate:game:two-player"
:
"generate-boost-game > ./src/games/twoPlayer.js"
,
"generate"
:
"run-p generate:**"
,
"prelint"
:
"run-s generate"
,
"lint:css"
:
"stylelint
'
**/*.css
' '
**/*.module.css
' '
!coverage/**
'
"
,
"lint:css"
:
"stylelint
\"
**/*.css
\"
\"
**/*.module.css
\"
\"
!coverage/**
\"
"
,
"lint:js"
:
"eslint --max-warnings 0 ./src"
,
"lint"
:
"run-s --continue-on-error lint:**"
,
"pretest-once"
:
"run-s generate"
,
...
...
Write
Preview
Supports
Markdown
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