Skip to content

Commit 89fe429

Browse files
committed
frontend/package.json: order scripts alphabetically
1 parent e096308 commit 89fe429

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

frontend/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
22
"name": "frontend",
33
"version": "1.0.184",
44
"scripts": {
5-
"install:deps": "make install-deps",
6-
"start": "make start",
7-
"start:dev": "make start-dev",
8-
"start:webnode": "make start-webnode",
9-
"start:dev:mobile": "make start-dev-mobile",
10-
"start:fuzzing": "make start-fuzzing",
115
"build": "make build",
126
"build:dev": "make build-dev",
137
"build:prod": "make build-prod",
14-
"tests": "make test",
15-
"tests:headless": "make test-headless",
16-
"docker": "make docker",
17-
"start:bundle": "make start-bundle",
18-
"prebuild": "make prebuild",
19-
"sentry:sourcemaps": "make sentry-sourcemaps",
8+
"check-prettify": "make check-prettify",
209
"copy-env": "make copy-env",
2110
"deploy": "make deploy",
2211
"deploy:leaderboard": "make deploy-leaderboard",
12+
"docker": "make docker",
13+
"install:deps": "make install-deps",
14+
"prebuild": "make prebuild",
2315
"prettify": "make prettify",
24-
"check-prettify": "make check-prettify"
16+
"sentry:sourcemaps": "make sentry-sourcemaps",
17+
"start": "make start",
18+
"start:bundle": "make start-bundle",
19+
"start:dev": "make start-dev",
20+
"start:dev:mobile": "make start-dev-mobile",
21+
"start:fuzzing": "make start-fuzzing",
22+
"start:webnode": "make start-webnode",
23+
"tests": "make test",
24+
"tests:headless": "make test-headless"
2525
},
2626
"private": true,
2727
"dependencies": {

0 commit comments

Comments
 (0)