This commit is contained in:
parent
b7d0827f5e
commit
d2ff45e09e
4
index.js
4
index.js
@ -13,7 +13,9 @@ const scripts = {
|
|||||||
lint: 'eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs',
|
lint: 'eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs',
|
||||||
test: {
|
test: {
|
||||||
common: 'nyc jasmine --config="jasmine.json"',
|
common: 'nyc jasmine --config="jasmine.json"',
|
||||||
ts: 'nyc jasmine-ts --config="jasmine.json"',
|
ts: 'nyc jasmine --config="jasmine.json"',
|
||||||
|
ts_pre: 'tsc',
|
||||||
|
ts_post: 'tsc --build --clean',
|
||||||
no: 'echo "no test"'
|
no: 'echo "no test"'
|
||||||
},
|
},
|
||||||
compile: {
|
compile: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user