Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ken Hawkins
vf-embl
Commits
9ed0c033
Commit
9ed0c033
authored
Jun 03, 2019
by
Ken Hawkins
Browse files
No need to lint on build
Also avoids issues with downstream old version of vf-sass-config
parent
f2d637df
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gulpfile.js
gulpfile.js
+1
-1
No files found.
gulpfile.js
View file @
9ed0c033
...
...
@@ -468,7 +468,7 @@ gulp.task('tokens', gulp.parallel(
// Build as a static site for CI
gulp
.
task
(
'
build
'
,
gulp
.
series
(
'
tokens
'
,
'
scss-lint
'
,
'
CSSGen
'
,
'
css
'
,
'
component-assets
'
,
'
scripts
'
,
'
frctlBuild
'
'
tokens
'
,
'
CSSGen
'
,
'
css
'
,
'
component-assets
'
,
'
scripts
'
,
'
frctlBuild
'
));
gulp
.
task
(
'
prepush-test
'
,
gulp
.
parallel
(
...
...
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