Skip to content

Commit 1ba1430

Browse files
authored
Merge pull request krausest#1476 from nakrovati/rename-scripts
chore: replace script `build-dev` with `dev`
2 parents 8c9a1b0 + e4bd56e commit 1ba1430

File tree

154 files changed

+159
-159
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+159
-159
lines changed

README.md

Lines changed: 2 additions & 2 deletions

broken-frameworks/keyed/glimmer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"start": "ember server",
2020
"test": "ember test",
2121
"lint:ts": "tslint -c tslint.json 'src/**/*.ts' -t codeFrame",
22-
"build-dev": "ember build",
22+
"dev": "ember build",
2323
"build-prod": "ember build --environment=production"
2424
},
2525
"devDependencies": {

broken-frameworks/keyed/imba/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"frameworkHomeURL": "https://imba.io/"
99
},
1010
"scripts": {
11-
"build-dev": "webpack --watch",
11+
"dev": "webpack --watch",
1212
"build-prod": "webpack --mode=production"
1313
},
1414
"keywords": [

broken-frameworks/keyed/reflex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"source": "src/main.html",
99
"scripts": {
10-
"build-dev": "webpack -w -d",
10+
"dev": "webpack -w -d",
1111
"build-prod": "webpack"
1212
},
1313
"author": "Alexis Bouhet",

broken-frameworks/keyed/san/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"issues": [800, 1139]
99
},
1010
"scripts": {
11-
"build-dev": "webpack --watch",
11+
"dev": "webpack --watch",
1212
"build-prod": "webpack --mode production"
1313
},
1414
"keywords": [

broken-frameworks/non-keyed/imba/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"frameworkHomeURL": "https://imba.io/"
99
},
1010
"scripts": {
11-
"build-dev": "webpack --watch",
11+
"dev": "webpack --watch",
1212
"build-prod": "webpack --mode=production"
1313
},
1414
"keywords": [

frameworks/keyed/alpine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
]
1111
},
1212
"scripts": {
13-
"build-dev": "rollup -c -w",
13+
"dev": "rollup -c -w",
1414
"build-prod": "rollup -c --environment production"
1515
},
1616
"license": "Apache-2.0",

frameworks/keyed/anansi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"issues": []
1010
},
1111
"scripts": {
12-
"build-dev": "exit 0",
12+
"dev": "exit 0",
1313
"build-prod": "exit 0"
1414
},
1515
"license": "ISC",

frameworks/keyed/angular-cf-nozone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "ng test",
1414
"lint": "ng lint",
1515
"build-prod": "ng build --configuration production",
16-
"build-dev": "ng serve"
16+
"dev": "ng serve"
1717
},
1818
"private": true,
1919
"dependencies": {

frameworks/keyed/angular-cf-signals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "ng test",
1414
"lint": "ng lint",
1515
"build-prod": "ng build --configuration production",
16-
"build-dev": "ng serve"
16+
"dev": "ng serve"
1717
},
1818
"private": true,
1919
"dependencies": {

0 commit comments

Comments
 (0)