We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aa45cf commit 656042cCopy full SHA for 656042c
packages/survey-creator-react/package.json
@@ -35,8 +35,7 @@
35
"build": "webpack --env buildType=dev --env emitDeclarations --env emitNonSourceFiles && webpack --env buildType=prod && rollup -c",
36
"watch:dev": "concurrently \"webpack --env buildType=dev --watch --env emitDeclarations --env emitStyles\" \"rollup -c -w\" ",
37
"watch:prod": "webpack --env buildType=prod --watch",
38
- "lint": "eslint ./src",
39
- "webkit": "npx playwright wk http://127.0.0.1:8082"
+ "lint": "eslint ./src"
40
},
41
"devDependencies": {
42
"@rollup/plugin-node-resolve": "^16.0.0",
0 commit comments