We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f8d7c2 commit 8fcff45Copy full SHA for 8fcff45
package.json
@@ -12,14 +12,14 @@
12
"build:umd": "lerna run build:umd --no-private",
13
"build": "lerna run build --no-private",
14
"lint": "eslint --ext .js,.ts,.tsx .",
15
+ "playground:start": "yarn workspace @algolia/js-example start",
16
"prepare": "lerna run prepare --no-private",
17
"release": "shipjs prepare",
18
"start": "yarn run watch",
19
"test:size": "bundlesize",
20
"test:types": "tsc --noEmit",
21
"test": "jest",
22
"watch": "lerna run watch --parallel --no-private",
- "playground:start": "yarn workspace @algolia/js-example start",
23
"website:build": "yarn workspace @algolia/autocomplete-website build",
24
"website:start": "yarn workspace @algolia/autocomplete-website start --host 0.0.0.0"
25
},
0 commit comments