Skip to content

Commit

Permalink
move script to js from ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenn Robison committed Mar 31, 2021
1 parent ae2380f commit 6d9d2fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/create-bison-app/template/package.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"cacheDirectories": [".next/cache"],
<% } -%>
"scripts": {
"build": "ts-node ./scripts/buildProd",
"build": "node ./scripts/buildProd",
"build:prisma": "prisma generate",
"build:next": "next build",
"build:nexus": "NODE_ENV=development ts-node -P tsconfig.cjs.json --transpile-only graphql/schema.ts",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export {};

const spawn = require('child_process').spawn;

const bisonConfig = require('../package.json').bison;
Expand Down

0 comments on commit 6d9d2fa

Please sign in to comment.