Skip to content

Commit

Permalink
bumping post build check to es2017 rather than es2015
Browse files Browse the repository at this point in the history
  • Loading branch information
BSd3v committed Jan 31, 2024
1 parent 09e8b2b commit 1f5da06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build:js": "webpack --mode production",
"build:backends": "dash-generate-components ./src/lib/components dash_ag_grid -p package-info.json --r-prefix '' --jl-prefix ''",
"build": "run-s prepublishOnly build:js build:backends",
"postbuild": "es-check es2015 dash_ag_grid/*.js",
"postbuild": "es-check es2017 dash_ag_grid/*.js",
"private::format.eslint": "eslint --quiet --fix src",
"private::format.prettier": "prettier --write src --ignore-path=.prettierignore",
"format": "run-s private::format.*",
Expand Down

0 comments on commit 1f5da06

Please sign in to comment.