Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Sep 7, 2022
1 parent 1a708f8 commit 99041de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
}
},
"scripts": {
"build": "tsc && tsc --module es2015 --outDir dist/esm",
"build": "tsc && tsc --module CommonJS --outDir dist/esm",
"start_spa": "yarn yarn_link && cd src/test/apps/spa && yarn start",
"start_ssr": "yarn yarn_link && cd src/test/apps/ssr && yarn dev",
"lint:check": "eslint . --ext .ts,.tsx",
Expand Down

0 comments on commit 99041de

Please sign in to comment.