Skip to content

Commit bdf5357

Browse files
authored
fix: add back gcp-build script (GoogleCloudPlatform#3085)
1 parent fb500b6 commit bdf5357

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

appengine/typescript/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,17 @@
99
"node": "16.x.x"
1010
},
1111
"scripts": {
12-
"prepare": "npm run compile",
13-
"pretest": "npm run compile",
12+
"prepare": "npm run gcp-build",
13+
"pretest": "npm run gcp-build",
1414
"test": "mocha test/*.test.js --exit",
1515
"lint": "gts lint",
1616
"start": "node ./index.js",
1717
"deploy": "gcloud app deploy",
1818
"clean": "gts clean",
1919
"compile": "tsc -p .",
2020
"fix": "gts fix",
21-
"build": "tsc -p ."
21+
"build": "tsc -p .",
22+
"gcp-build": "tsc -p ."
2223
},
2324
"dependencies": {
2425
"express": "^4.16.3"

0 commit comments

Comments
 (0)