UNPKG

@polkadot/dev

Version:

A collection of shared CI scripts and development environment used by @polkadot projects

12 lines (7 loc) 301 B
#!/usr/bin/env node // Copyright 2017-2025 @polkadot/dev authors & contributors // SPDX-License-Identifier: Apache-2.0 import { importRelative } from './util.mjs'; const ghp = await importRelative('gh-pages', 'gh-pages/bin/gh-pages.js'); await ghp.default(process.argv); console.log('Published');