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 664c04b commit 9c8cca3Copy full SHA for 9c8cca3
.deployment
@@ -0,0 +1,2 @@
1
+[config]
2
+SCM_DO_BUILD_DURING_DEPLOYMENT=true
.gitignore
@@ -8,6 +8,7 @@ lerna-debug.log*
8
.pnpm-debug.log*
9
10
.vs
11
+.vscode
12
13
# Diagnostic reports (https://nodejs.org/api/report.html)
14
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
package.json
@@ -2,11 +2,11 @@
"name": "airaccel",
3
"version": "1.0.0",
4
"main": "index.js",
5
- "scripts": {
6
- "build": "webpack",
7
- "start": "node server.js",
- "postinstall": "npm run build"
- },
+ "scripts": {
+ "build": "webpack --mode production",
+ "start": "node server.js",
+ "postinstall": "npm run build"
+ },
"author": "",
"license": "ISC",
"description": "",
0 commit comments