Skip to content

Commit 246dfe3

Browse files
committed
Misc. cleanup
1 parent ac29a49 commit 246dfe3

File tree

8 files changed

+7816
-50796
lines changed

8 files changed

+7816
-50796
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- node_js: 12
1717
script: npm run-s test:unit
1818

19-
- script: npm run-s build
19+
- script: npm run-s build && npm install --prefix example && npm run --prefix example build
2020
- node_js: 14
2121
script: npm run-s build
2222
- node_js: 12
@@ -37,7 +37,7 @@ jobs:
3737
- stage: deploy
3838
if: (repo = ginkgobioworks/react-json-schema-form-builder) AND (branch = main) AND NOT (type = pull_request)
3939
script: skip
40-
before_deploy: npm run-s build && cd example && npm install && npm run build && cd .
40+
before_deploy: npm run-s build && npm install --prefix example && npm run --prefix example build
4141
deploy:
4242
provider: pages
4343
local_dir: example/build

example/.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build

0 commit comments

Comments
 (0)