Skip to content

Commit

Permalink
fix(Web): Fix build:browser command
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ketch committed Feb 16, 2022
1 parent 4013bea commit ff5d96e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/package.json
Expand Up @@ -3,8 +3,8 @@
"version": "1.0.0",
"description": "Web client for interacting with Stencila document server",
"scripts": {
"build": "npm run build:js && npm run build:browser",
"build:browser": "parcel build . --no-autoinstall --target read,view,exec,edit",
"build": "npm run build:js && npm run build:browser && npm run build:ts",
"build:browser": "parcel build . --no-autoinstall --target read --target view --target exec --target edit",
"build:js": "microbundle",
"build:ts": "tsc --emitDeclarationOnly",
"build:watch": "parcel watch",
Expand Down

0 comments on commit ff5d96e

Please sign in to comment.