1
0
Fork 0
Commit graph

22 commits

Author SHA1 Message Date
Pixelastic
efccb73879 Re-enable branch protection 2018-11-07 15:28:02 +01:00
Pixelastic
7cfee31a98 Use yarn for building instead of npm 2018-11-07 15:00:28 +01:00
Pixelastic
de96a43c2c WIP: Disabling check on branch 2018-11-07 14:59:23 +01:00
Pixelastic
37d39a0297 Replace printf with echo
`printf` displays everything on the same line, and with the way yarn
itself outputs its error messages, it would override our custom
messages on the terminal, preventing us to know why things failed.

Using echo instead fixes the issue.

Other fixes are `shellcheck` warnings (`read` without `-r` will fail
on input containing `\`).
2018-11-07 14:56:41 +01:00
Pixelastic
ca8ac2c760 Allow release from yarn run
Running `yarn run release` causes issues as it can't communicate with
the proper npm registry. This happens because yarn overrides the
`npm_config_registry` variable, on which the publishing depends.

In this commit I revert the value to its default, allowing the release
script to be run either with `npm run release` or `yarn run release`.
2018-11-07 14:50:23 +01:00
Pixelastic
0c5b610159 docs(deploy): Update deploy documentation system 2018-08-20 13:51:59 +02:00
Vincent Voyer
7e364e25ba
Update release 2018-05-28 21:41:56 +02:00
vvo
1e72486468 chore(build): comment fix 2017-12-07 13:15:23 +01:00
Vincent Voyer
186dfcce53
chore(deps): fix all deps (#255)
* chore(deps): fix all deps

* test
2017-12-07 12:49:06 +01:00
Vincent Voyer
28159c2801 chore(docs): precise how to run project (#200)
Remove redundant messages in README and CONTRIBUTING. Move GIF to
bootstrap.

Allow netlify deploys to work.
2017-10-17 17:02:45 +02:00
vvo
7508049fb9 chore(release): fix build 2017-03-27 18:36:09 +02:00
Vincent Voyer
3c98ea5882 chore(stack update): update the whole docsearch stack (#173)
* chore(stack update): update the whole docsearch stack

In an effort to reduce our stack diversity I am moving docsearch to:
- latest eslint
- prettier
- webpack 2
- babel 6 (babel 7 is soon to be released, we were on babel 5)
- babel-preset-env (support: IE >=9, Two latest version of evergreen
browsers).
- jest

* chore(contrib): remove develop branch, cc @redox
2017-03-17 16:22:00 +01:00
vvo
0d59029c44 chore(release): use yarn 2017-02-23 13:37:48 -08:00
Vincent Voyer
5a8c457972 chore(shrinkwrap): remove shrinkwrap (#106) 2016-06-10 16:21:13 +02:00
vvo
69095c501a chore(release): update beta tag 2015-12-16 12:26:32 +01:00
vvo
4d84eb68ff chore(release): fix dist tag push 2015-12-16 12:12:52 +01:00
vvo
8a265a5cc8 chore(npm release): use dist-tag to update beta tag 2015-12-16 12:09:51 +01:00
vvo
0beed5e431 chore(release): git add CONTRIBUTING too 2015-12-16 11:53:29 +01:00
vvo
63b042f877 chore(release): remove uneeded git add jsdoc dir 2015-12-16 11:50:34 +01:00
vvo
2916341f3b chore(release): add missing nd dep 2015-12-16 11:47:24 +01:00
vvo
26ec026186 chore(release): add release process similar to instantsearch.js 2015-12-15 16:15:13 +01:00
Pixelastic
beb3f15040 Update build and serve scripts and renamed to docsearch 2015-12-10 18:44:57 +01:00
Renamed from scripts/release.sh (Browse further)