This commit is contained in:
parent
b7d0827f5e
commit
d2ff45e09e
8
index.js
8
index.js
@ -12,9 +12,11 @@ const files = require ('./assets');
|
||||
const scripts = {
|
||||
lint: 'eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs',
|
||||
test: {
|
||||
common: 'nyc jasmine --config="jasmine.json"',
|
||||
ts: 'nyc jasmine-ts --config="jasmine.json"',
|
||||
no: 'echo "no test"'
|
||||
common: 'nyc jasmine --config="jasmine.json"',
|
||||
ts: 'nyc jasmine --config="jasmine.json"',
|
||||
ts_pre: 'tsc',
|
||||
ts_post: 'tsc --build --clean',
|
||||
no: 'echo "no test"'
|
||||
},
|
||||
compile: {
|
||||
common: 'tsc --allowJs --declaration --emitDeclarationOnly index.js',
|
||||
|
Loading…
x
Reference in New Issue
Block a user