baf8b3a339
This adds a new local package called '@pegjs/publish-dev' that will be run by the CI after all other tasks. '@pegjs/publish-dev' will, as the name implies, publish a new release of pegjs on NPM under the dev tag.
14 lines
202 B
Plaintext
14 lines
202 B
Plaintext
/.idea
|
|
/packages/pegjs/dist
|
|
/packages/pegjs/.npmrc
|
|
/docs/.vuepress/dist
|
|
/dist
|
|
/examples/*.js
|
|
node_modules
|
|
/coverage
|
|
/.nyc_output
|
|
/website/js/*-bundle.js
|
|
/*.log
|
|
/sh.exe.stackdump
|
|
/test/junit-results.xml
|