Skip to content

Commit

Permalink
Fix npm start
Browse files Browse the repository at this point in the history
  • Loading branch information
paluh committed Oct 28, 2023
1 parent 7ab9421 commit 6dea303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marlowe-playground-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"install:spago": "spago install",
"docs": "spago docs",
"repl": "spago repl",
"start": "generate-purs && npm install && npm run install:spago && npm run build:spago && npm run build:webpack:dev:vendor && npm run build:webpack:dev",
"start": "generate-purescript && npm install && npm run install:spago && npm run build:spago && npm run build:webpack:dev:vendor && npm run build:webpack:dev",
"test": "NODE_OPTIONS=\"--max-old-space-size=8192\" webpack --config webpack.test.config.js --mode=development && node --max-old-space-size=8192 dist/test.js"
},
"dependencies": {
Expand Down

0 comments on commit 6dea303

Please sign in to comment.