Skip to content

Commit

Permalink
build(simulator): add script to build CF source with source maps
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <[email protected]>
  • Loading branch information
Jérôme Benoit committed Nov 5, 2023
1 parent 0816456 commit b50922f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@
"start:heapprofiler": "cross-env NODE_ENV=production clinic heapprofiler -- node --enable-source-maps dist/start.js",
"esbuild": "pnpm build-requirements && node bundle.js",
"build": "pnpm esbuild",
"build:cf": "pnpm clean:node_modules && npx cross-env SKIP_PREINSTALL=1 npm install && pnpm esbuild",
"build:dev": "cross-env BUILD=development pnpm esbuild",
"build:cf": "pnpm clean:node_modules && npx cross-env SKIP_PREINSTALL=1 npm install && pnpm build",
"build:cf:dev": "pnpm clean:node_modules && npx cross-env SKIP_PREINSTALL=1 npm install && pnpm build:dev",
"clean:dist": "npx rimraf dist",
"clean:node_modules": "npx rimraf node_modules",
"lint": "cross-env TIMING=1 eslint --cache src",
Expand Down

0 comments on commit b50922f

Please sign in to comment.