This commit is contained in:
peli 2020-06-23 17:43:58 -07:00
Родитель 2f0d88f8c8
Коммит 68ea8ab636
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -24,7 +24,7 @@
"prebuild": "rm -rf dist",
"build": "tsc",
"predist": "rm -rf dist",
"dist": "node node_modules/rollup/bin/rollup -c rollup.config.ts && npx replace-in-file \\\"/dist/ https://cdn.jsdelivr.net/npm/jacdac-ts/dist/ ./docs/**/*.html --verbose",
"dist": "node node_modules/rollup/bin/rollup -c rollup.config.ts && npx replace-in-file \\\"/dist/ \\\"https://cdn.jsdelivr.net/npm/jacdac-ts/dist/ ./docs/**/*.html --verbose",
"watch": "node node_modules/rollup/bin/rollup -c rollup.config.ts -w",
"test": "node node_modules/jest/bin/jest.js",
"test:watch": "node node_modules/jest/bin/jest.js --watch",