Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
utils
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
EIT-SWE
ux
utils
Commits
34b4eb0a
Commit
34b4eb0a
authored
Dec 10, 2019
by
Matt Teeter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove scss-bundle
parent
9b3be287
Pipeline
#74030
passed with stages
in 4 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
package.json
package.json
+2
-3
No files found.
package.json
View file @
34b4eb0a
...
...
@@ -25,13 +25,12 @@
"workspace-schematic"
:
"nx workspace-schematic"
,
"dep-graph"
:
"nx dep-graph"
,
"help"
:
"nx help"
,
"build:lib"
:
"ng build utils
&& yarn bundle-styles
"
,
"build:lib"
:
"ng build utils"
,
"bundle:report"
:
"webpack-bundle-analyzer dist/apps/demo/stats.json"
,
"format:html"
:
"yarn html:format:apps && yarn html:format:libs"
,
"html:format:apps"
:
"find apps -name '*.html' -exec node_modules/.bin/html-beautify -qr {} +"
,
"html:format:libs"
:
"find libs -name '*.html' -exec node_modules/.bin/html-beautify -qr {} +"
,
"cz"
:
"git-cz"
,
"bundle-styles"
:
"scss-bundle -c scss-bundle.config.json"
"cz"
:
"git-cz"
},
"private"
:
false
,
"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