We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d910c8 commit 33bae6aCopy full SHA for 33bae6a
1 file changed
package.json
@@ -12,7 +12,7 @@
12
"test": "jest",
13
"test:watch": "jest --watch",
14
"clean": "rm -rf lib dist",
15
- "build": "tsc && npm run lint",
+ "build": "tsc",
16
"build:clean": "npm run clean && npm run build",
17
"build:watch": "npm run clean && tsc --watch",
18
"pack": "webpack --config webpack/webpack.config.js",
0 commit comments