functionalscript 0.14.6 → 0.14.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fs/ci/deno/module.f.js +0 -1
- package/fs/ci/module.f.js +1 -0
- package/package.json +1 -1
package/fs/ci/deno/module.f.js
CHANGED
package/fs/ci/module.f.js
CHANGED
|
@@ -51,6 +51,7 @@ const defaultEffect = ci({
|
|
|
51
51
|
denoExtra: [
|
|
52
52
|
test({ run: 'deno task fjs compile issues/demo/data/tree.json _tree.f.js' }),
|
|
53
53
|
test({ run: 'deno task fjs t' }),
|
|
54
|
+
test({ run: 'deno publish --dry-run' }),
|
|
54
55
|
],
|
|
55
56
|
bunExtra: [
|
|
56
57
|
test({ run: 'bun ./fs/fjs/module.ts t' }),
|