Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
RoninDojo
Ronin-Website
Commits
2072cb60
Unverified
Commit
2072cb60
authored
Nov 22, 2020
by
Pavel Ševčík
Browse files
Updated scripts
parent
f93b78d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
package.json
package.json
+4
-1
No files found.
package.json
View file @
2072cb60
...
...
@@ -9,7 +9,10 @@
"dev"
:
"next dev"
,
"build"
:
"next build && next export"
,
"start"
:
"next start"
,
"lint"
:
"yarn eslint . --ext .js,.jsx,.ts,.tsx && yarn stylelint src/css/*.css"
,
"lint:js"
:
"eslint . --ext .js,.jsx,.ts,.tsx"
,
"lint:css"
:
"stylelint src/css/*.css"
,
"lint"
:
"yarn lint:js && yarn lint:css"
,
"typescript"
:
"tsc --noEmit"
,
"format"
:
"prettier --write ./src/**/*.*"
},
"dependencies"
:
{
...
...
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