Skip to content

Commit 8fcff45

Browse files
chore(package): reorder scripts
1 parent 0f8d7c2 commit 8fcff45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"build:umd": "lerna run build:umd --no-private",
1313
"build": "lerna run build --no-private",
1414
"lint": "eslint --ext .js,.ts,.tsx .",
15+
"playground:start": "yarn workspace @algolia/js-example start",
1516
"prepare": "lerna run prepare --no-private",
1617
"release": "shipjs prepare",
1718
"start": "yarn run watch",
1819
"test:size": "bundlesize",
1920
"test:types": "tsc --noEmit",
2021
"test": "jest",
2122
"watch": "lerna run watch --parallel --no-private",
22-
"playground:start": "yarn workspace @algolia/js-example start",
2323
"website:build": "yarn workspace @algolia/autocomplete-website build",
2424
"website:start": "yarn workspace @algolia/autocomplete-website start --host 0.0.0.0"
2525
},

0 commit comments

Comments
 (0)