gitignore

This commit is contained in:
Rene
2020-07-25 01:18:24 +02:00
parent e28b5204de
commit 4d58eb5e3a
14 changed files with 254 additions and 4 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
},
"scripts": {
"test": "jest --coverage",
"build": "npx rollup -c --config-project='overlayscrollbars'",
"build": "npx rollup -c --config-project='overlayscrollbars' && npx rollup -c --config-project='overlayscrollbars-jquery'",
"lint": "npx eslint --fix ."
}
}