Skip to content

Commit 9c8cca3

Browse files
committed
Update package.json
1 parent 664c04b commit 9c8cca3

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.deployment

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[config]
2+
SCM_DO_BUILD_DURING_DEPLOYMENT=true

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ lerna-debug.log*
88
.pnpm-debug.log*
99

1010
.vs
11+
.vscode
1112

1213
# Diagnostic reports (https://nodejs.org/api/report.html)
1314
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "airaccel",
33
"version": "1.0.0",
44
"main": "index.js",
5-
"scripts": {
6-
"build": "webpack",
7-
"start": "node server.js",
8-
"postinstall": "npm run build"
9-
},
5+
"scripts": {
6+
"build": "webpack --mode production",
7+
"start": "node server.js",
8+
"postinstall": "npm run build"
9+
},
1010
"author": "",
1111
"license": "ISC",
1212
"description": "",

0 commit comments

Comments
 (0)