Update package.json

This commit is contained in:
Garrone Joseph 2020-05-15 23:18:47 +02:00 committed by GitHub
parent 5ae60afe88
commit 271e34ff4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@
"cdn:esm": "tsc -p tsconfig.esm.json",
"cdn": "npm run cdn:bundle && npm run cdn:esm",
"build": "npm run tsc npm run cdn",
"build": "npm run tsc && npm run cdn",
"enable_short_import_path": "npm run build && npx denoify_enable_short_npm_import_path",