Skip to content

Commit af93d61

Browse files
zvonimirfrasGitHub Enterprise
authored andcommitted
Merge pull request #4 from callums/master
Setup semantic release and build steps
2 parents 3ed0e8e + f435d51 commit af93d61

File tree

210 files changed

+8075
-12310
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

210 files changed

+8075
-12310
lines changed

.storybook/config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ require("../src/index.stories");
77
// automatically import all files ending in *.stories.ts
88
const req = require.context("../src", true, /.stories.ts$/);
99
function loadStories() {
10-
1110
req.keys().forEach(filename => {
1211
if (!filename.includes("index")) { req(filename) }
1312
});

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ before_install:
99
before_script:
1010
- export DISPLAY=:99.0
1111
- sh -e /etc/init.d/xvfb start
12-
script: npm test && npm run lint && npm run demo:build
12+
script: npm run lint && npm test
1313
sudo: false
1414
deploy:
1515
skip_cleanup: true

demo/demo-app/README.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

demo/demo-app/app.component.ts

Lines changed: 0 additions & 223 deletions
This file was deleted.

0 commit comments

Comments
 (0)