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

Commit

Permalink
patch: removed build script
Browse files Browse the repository at this point in the history
  • Loading branch information
mcraa committed Jan 6, 2023
1 parent a4a28bc commit 377ca3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"main": "build/index.js",
"scripts": {
"clean": "rimraf ./build",
"build": "npm run clean && webpack",
"webpack": "npm run clean && webpack",
"watch": "webpack --watch",
"test": true,
"lint": "balena-lint --typescript src webpack.config.ts",
"lint-fix": "balena-lint --fix --typescript src webpack.config.ts"
},
Expand Down

0 comments on commit 377ca3a

Please sign in to comment.