We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 024ee63 commit 189eee5Copy full SHA for 189eee5
package.json
@@ -1,9 +1,11 @@
1
{
2
"name": "rdmo",
3
"scripts": {
4
+ "build:dist": "webpack --config webpack.config.js --mode production --env ignore-perf --fail-on-warnings",
5
"build:prod": "webpack --config webpack.config.js --mode production",
6
"build": "webpack --config webpack.config.js --mode development",
- "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/"
9
},
10
"author": "RDMO Arbeitsgemeinschaft <rdmorganiser.github.io>",
11
"license": "Apache-2.0",
0 commit comments