Skip to content

Commit

Permalink
marlowe-playground: remove "pre" scripts
Browse files Browse the repository at this point in the history
pre scripts have already been removed in the other clients, there is a
`start` script that can be used instead.
  • Loading branch information
gilligan committed Jan 25, 2021
1 parent 0996365 commit 326d0e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions marlowe-playground-client/package.json
Expand Up @@ -4,10 +4,8 @@
"scripts": {
"webpack": "NODE_OPTIONS=\"--max-old-space-size=8192\" DEBUG=purs-loader* DEBUG_DEPTH=100 webpack --progress --bail --mode=production -p",
"webpack:server": "webpack-dev-server --progress --inline --hot --mode=development --host 0.0.0.0 --display verbose",
"prewebpack:server": "npm run purs:compile",
"webpack:server:debug": "DEBUG=purs-loader* DEBUG_DEPTH=100 webpack-dev-server --progress --inline --hot",
"purs:compile": "spago build",
"prepurs:compile": "npm install && marlowe-playground-generate-purs",
"purs:ide": "purs ide server --log-level=debug 'src/**/*.purs' 'generated/**/*.purs' 'test/**/*.purs' 'web-common/**/*.purs'",
"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",
"docs": "spago docs",
Expand Down

0 comments on commit 326d0e2

Please sign in to comment.