1
0
Fork 0
docsearch/scripts
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
..
build Update CONTRIBUTING and fix tests 2018-08-20 13:24:55 +02:00
build-css chore(build): provide styles in npm package 2017-12-07 13:14:00 +01:00
build-js chore(build): fix minification since uglifyjs 3 2017-11-28 17:25:01 +01:00
bump-package-version.js chore(stack update): update the whole docsearch stack (#173) 2017-03-17 16:22:00 +01:00
lint Move all new docs to docs/ subfolder 2018-08-20 13:23:35 +02:00
playground.html Add test that normal click is disable with custom handleSelected (#523) 2018-11-06 09:32:34 +01:00
release Allow release from yarn run 2018-11-07 14:50:23 +01:00
serve Serve playground 2018-11-05 10:22:29 +01:00
test Update CONTRIBUTING and fix tests 2018-08-20 13:24:55 +02:00
test-coverage Revert "Revert "doc(site): Fixed typos (#277)" (#278)" (#279) 2018-03-12 16:19:09 +01:00
test-watch Disable links with handleSelected is defined 2018-11-05 10:22:29 +01:00