Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Delete Heroku scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn authored Nov 9, 2023
1 parent 72590fe commit 1fd9c4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,10 @@
"clean:install": "npm run clean && npm install",
"build:production": "webpack --mode=production",
"build:development": "webpack",
"heroku-postbuild": "npm install && npm run build:production",
"lint": "npm run lint:js && npm run lint:scss",
"lint:js": "eslint --ext .js,.jsx .",
"lint:scss": "stylelint 'src/**/*.scss' --syntax scss",
"start": "webpack serve",
"start-heroku": "terra express-server --port $PORT --site './build' ",
"test": "",
"deploy": "gh-pages -d build"
}
Expand Down

0 comments on commit 1fd9c4b

Please sign in to comment.