Skip to content

Commit

Permalink
spacewalk-web setup.sh for tito
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Neves authored and lneves12 committed Sep 18, 2018
1 parent ce24637 commit dfaae8a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,5 @@ find %{buildroot}%{nodejs_sitelib} -name ".*" -delete
%dir %{nodejs_modulesdir}
%{nodejs_sitelib}/*
%{_bindir}/*
%{dist/vendors-manifest.json}

%changelog
4 changes: 2 additions & 2 deletions web/html/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"scripts": {
"validate": "node build/check-undeclared-vendors",
"build": "webpack --config build/webpack.config.js --mode production && yarn run validate",
"build": "node build",
"dev": "webpack --config build/webpack.config.js --mode development && yarn run validate",
"watch": "yarn dev && yarn validate && webpack --mode development --watch"
"watch": "yarn dev && yarn validate && webpack --mode development --watch && yarn run validate"
}
}
2 changes: 2 additions & 0 deletions web/setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
(cd web/html/src; yarn install)
(cd web/html/src; yarn build)
2 changes: 2 additions & 0 deletions web/tito.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[buildconfig]
builder = custom.SuseGitExtraGenerationBuilder

0 comments on commit dfaae8a

Please sign in to comment.