Skip to content

Commit

Permalink
add build
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenWeatherford committed Jul 22, 2024
1 parent 871260e commit f3d639d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -627,8 +627,8 @@
"test": "node ./dist/test/runTest.js",
"all": "npm i && npm test && npm run lint",
"webpack": "gulp webpack-prod",
"webpack-dev": "gulp webpack-dev",
"webpack-prod": "gulp webpack-prod",
"webpack-dev": "npm run build && gulp webpack-dev",
"webpack-prod": "npm run build && gulp webpack-prod",
"webpack-profile": "webpack --profile --json --mode production > webpack-stats.json && echo Use http://webpack.github.io/analyse to analyze the stats",
"build-grammars": "gulp build-grammars",
"watch-grammars": "gulp watch-grammars",
Expand Down

0 comments on commit f3d639d

Please sign in to comment.