mirror of
https://github.com/iconify/iconify.git
synced 2024-11-09 23:00:56 +00:00
Clean up scripts in core
This commit is contained in:
parent
30dfce2f6b
commit
79b4fa111a
@ -13,12 +13,13 @@
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rm -rf lib compiled-tests",
|
||||
"lint": "npx eslint {src,tests}/**/*.ts",
|
||||
"lint": "eslint {src,tests}/**/*.ts",
|
||||
"prebuild": "npm run lint",
|
||||
"build": "npx tsc -b",
|
||||
"build": "tsc -b",
|
||||
"build:src": "tsc --project src/tsconfig.json",
|
||||
"prewatch": "npm run lint",
|
||||
"watch": "npx tsc -b -w",
|
||||
"test": "npx mocha tests-compiled/*/*-test.js",
|
||||
"watch": "tsc -b -w",
|
||||
"test": "mocha tests-compiled/*/*-test.js",
|
||||
"pretest": "npm run build"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user