Commit de9b8cee by Johannes Zellner

Enable build test

1 parent 84dee0e1
Showing with 1 additions and 1 deletions
...@@ -29,7 +29,7 @@ describe('Application life cycle test', function () { ...@@ -29,7 +29,7 @@ describe('Application life cycle test', function () {
done(); done();
}); });
xit('build app', function () { it('build app', function () {
execSync('cloudron build', { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' }); execSync('cloudron build', { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' });
}); });
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!