Enhance scripts in package.json files

This commit is contained in:
bjoluc 2021-08-17 20:26:38 +02:00
parent b288a8e21f
commit c340c5ea55
52 changed files with 253 additions and 200 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ dist/
coverage/ coverage/
.vscode/ .vscode/
dist.zip dist.zip
packages/jspsych/README.md

View File

@ -6,6 +6,7 @@
], ],
"scripts": { "scripts": {
"test": "jest", "test": "jest",
"test:watch": "npm test -- --watch",
"build": "npm run build -ws", "build": "npm run build -ws",
"build:archive": "gulp createDistArchive", "build:archive": "gulp createDistArchive",
"prepare": "husky install && npm run build", "prepare": "husky install && npm run build",

View File

@ -16,10 +16,12 @@
"test": "tests" "test": "tests"
}, },
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs", "test": "jest",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch",
"prepack": "cp ../../README.md ."
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs", "test": "jest",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs --passWithNoTests", "test": "jest --passWithNoTests",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs --passWithNoTests", "test": "jest --passWithNoTests",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs --passWithNoTests", "test": "jest --passWithNoTests",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs", "test": "jest",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs --passWithNoTests", "test": "jest --passWithNoTests",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs --passWithNoTests", "test": "jest --passWithNoTests",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs --passWithNoTests", "test": "jest --passWithNoTests",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs", "test": "jest",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs --passWithNoTests", "test": "jest --passWithNoTests",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs --passWithNoTests", "test": "jest --passWithNoTests",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs", "test": "jest",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs --passWithNoTests", "test": "jest --passWithNoTests",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs", "test": "jest",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs", "test": "jest",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs", "test": "jest",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs", "test": "jest",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs", "test": "jest",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs", "test": "jest",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs", "test": "jest",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs", "test": "jest",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs", "test": "jest",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs", "test": "jest",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs", "test": "jest",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs", "test": "jest",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs", "test": "jest",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs", "test": "jest",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs --passWithNoTests", "test": "jest --passWithNoTests",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs --passWithNoTests", "test": "jest --passWithNoTests",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs --passWithNoTests", "test": "jest --passWithNoTests",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs --passWithNoTests", "test": "jest --passWithNoTests",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs", "test": "jest",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs", "test": "jest",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs", "test": "jest",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs", "test": "jest",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs", "test": "jest",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs", "test": "jest",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs", "test": "jest",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs", "test": "jest",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs", "test": "jest",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs", "test": "jest",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs", "test": "jest",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs --passWithNoTests", "test": "jest --passWithNoTests",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs --passWithNoTests", "test": "jest --passWithNoTests",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs --passWithNoTests", "test": "jest --passWithNoTests",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs --passWithNoTests", "test": "jest --passWithNoTests",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs --passWithNoTests", "test": "jest --passWithNoTests",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs --passWithNoTests", "test": "jest --passWithNoTests",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -12,10 +12,11 @@
], ],
"source": "src/index.ts", "source": "src/index.ts",
"scripts": { "scripts": {
"test": "jest --config jest.config.cjs --passWithNoTests", "test": "jest --passWithNoTests",
"build": "rollup --config rollup.config.mjs", "test:watch": "npm test -- --watch",
"watch": "npm run build -- --watch", "tsc": "tsc",
"tsc": "tsc" "build": "rollup --config",
"build:watch": "npm run build -- --watch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",