Public Access
Removing the test placeholders
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@
|
||||
"scripts": {
|
||||
"build": "ncc build src/main.ts --minify",
|
||||
"watch": "ncc build src/main.ts --watch --minify",
|
||||
"test": "jest",
|
||||
"test": "jest --passWithNoTests",
|
||||
"format": "prettier --write 'src/**/*.{js,ts,tsx}'",
|
||||
"refresh": "rm -rf ./lib/* && npm run-script build",
|
||||
"lint": "tsc --noEmit && eslint 'src/**/*.{js,ts,tsx}'"
|
||||
|
||||
Reference in New Issue
Block a user