Skip to content

Commit

Permalink
Merge branch 'fix/path-links' of https://github.com/italia/design-com…
Browse files Browse the repository at this point in the history
…uni-pagine-statiche into fix/path-links
  • Loading branch information
zetareticoli committed Sep 18, 2023
2 parents 4edc7a1 + 6986078 commit 21cf4a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"author": "Presidenza del Consiglio dei Ministri",
"license": "BSD-3-Clause",
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server --config ./config/webpack.config.js",
"start:dist": "cross-env NODE_ENV=production webpack-dev-server --config ./config/webpack.config.js && http-server ./dist -o",
"start": "cross-env NODE_ENV=development NODE_OPTIONS=--openssl-legacy-provider webpack-dev-server --config ./config/webpack.config.js",
"start:dist": "cross-env NODE_ENV=production NODE_OPTIONS=--openssl-legacy-provider webpack-dev-server --config ./config/webpack.config.js && http-server ./dist -o",
"lint:js": "./node_modules/.bin/eslint \"src/**/*.js\"",
"lint:styles": "stylelint \"src/**/*.scss\"",
"build": "cross-env NODE_ENV=production webpack --config ./config/webpack.config.js",
"build": "cross-env NODE_ENV=production NODE_OPTIONS=--openssl-legacy-provider webpack --config ./config/webpack.config.js",
"deploy": "node ./config/site.deploy.js",
"documentation-deploy-to-gh-pages": "npm run build && gh-pages -d dist -m 'chore: update documentation'",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && node scripts/wait-confirm && git add CHANGELOG.md",
Expand Down

0 comments on commit 21cf4a6

Please sign in to comment.