Skip to content

Commit 189eee5

Browse files
committed
Fix package.json
1 parent 024ee63 commit 189eee5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "rdmo",
33
"scripts": {
4+
"build:dist": "webpack --config webpack.config.js --mode production --env ignore-perf --fail-on-warnings",
45
"build:prod": "webpack --config webpack.config.js --mode production",
56
"build": "webpack --config webpack.config.js --mode development",
6-
"watch": "webpack --config webpack.config.js --mode development --watch"
7+
"watch": "webpack --config webpack.config.js --mode development --watch",
8+
"lint": "eslint --ext .js rdmo/"
79
},
810
"author": "RDMO Arbeitsgemeinschaft <rdmorganiser.github.io>",
911
"license": "Apache-2.0",

0 commit comments

Comments
 (0)