Commit 3444b770 authored by Fabien Maniere's avatar Fabien Maniere

fix npm run command

parent 1c2c4c7c
......@@ -44,6 +44,7 @@
"markdown-it": "~13.0.1",
"minify": "^11.3.0",
"prop-types": "~15.6.2",
"purs-tidy": "^0.11.0",
"react": "~18.2.0",
"react-awesome-popover": "~6.1.1",
"react-bootstrap": "~1.5.2",
......@@ -10894,6 +10895,14 @@
"license": "MIT",
"optional": true
},
"node_modules/purs-tidy": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/purs-tidy/-/purs-tidy-0.11.0.tgz",
"integrity": "sha512-HZ8AS6J7Ka2YVl6Gr/H5NV17TU10yGYUTxVwRd5tKuwsVdFZewXSzZ/HTpWrkhdR2gxSVk0BdnpJhyu//oRc+w==",
"bin": {
"purs-tidy": "bin/index.js"
}
},
"node_modules/querystringify": {
"version": "2.2.0",
"dev": true,
......
......@@ -6,8 +6,8 @@
"bundle": "spago bundle --module Main --outfile dist/bundle.min.js --minify --source-maps",
"build-dev": "spago bundle --module Main --outfile dist/bundle.min.js",
"watch": "watchexec -e purs -- npm run build-dev",
"css": "$npm_execpath css-themes",
"css-themes": "$npm_execpath css-default-theme && $npm_execpath css-dark-theme && $npm_execpath css-darkster-theme && $npm_execpath css-greyson-theme && $npm_execpath css-herbie-theme && $npm_execpath css-monotony-theme",
"css": "npm run css-themes",
"css-themes": "npm run css-default-theme && npm run css-dark-theme && npm run css-darkster-theme && npm run css-greyson-theme && npm run css-herbie-theme && npm run css-monotony-theme",
"css-default-theme": "sass src/sass/themes/default.scss:dist/styles/bootstrap-default.css",
"css-dark-theme": "cp node_modules/bootstrap-dark/src/bootstrap-dark.css dist/styles/bootstrap-dark.css",
"css-darkster-theme": "sass src/sass/themes/darkster.scss:dist/styles/bootstrap-darkster.css",
......@@ -60,6 +60,7 @@
"markdown-it": "~13.0.1",
"minify": "^11.3.0",
"prop-types": "~15.6.2",
"purs-tidy": "^0.11.0",
"react": "~18.2.0",
"react-awesome-popover": "~6.1.1",
"react-bootstrap": "~1.5.2",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment