Skip to content

Commit

Permalink
Fixed regression that broke "package" build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
msfterictraut committed Feb 15, 2020
1 parent 80cbf2a commit 679102a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"build:serverDebug": "cd server && npm run build:serverDebug && cd ..",
"build:cli": "cd server && npm run build:cli && cd ..",
"clean": "del-cli './client/server' && del-cli './client/out' && del-cli './dist'",
"package": "npm run install:all && npm run clean && npm run build:serverProd && npm run build && cd client && npx vsce package && cd .."
"package": "npm run install:all && npm run clean && npm run build:serverProd && npm run build:cli && cd client && npx vsce package && cd .."
},
"devDependencies": {
"@types/mocha": "^5.2.7",
Expand Down

0 comments on commit 679102a

Please sign in to comment.