/
githubmirror
/
amphtml
Обзор
Документация
Войти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2601072210000
package-scripts.js
18 строк
564 B
Kristofer Baxter
♻️ Remove Notice from JS and Markdown (#35717)
19 авг 2021, 21:21
Не верифицирован
19 авг 2021, 21:21
f564b7e
Код
Авторство
О чём код?
'use strict'; /** * @fileoverview * * - Use this file to store NPM scripts that aid in development but * are not available via AMP's amp tasks in build-system/tasks/. * - To use these scripts, first install npm-package-scripts by running * "npm install --global nps" (or for short, "npm i -g nps"). * - Once installed, run any script by calling "nps <scriptname>". * - For more info, see https://www.npmjs.com/package/nps#scripts-1 */ module.exports = { scripts: { filesize: 'filesize -c=build-system/tasks/bundle-size/filesize.json', }, };