|
23 | 23 | "testing/"
|
24 | 24 | ],
|
25 | 25 | "scripts": {
|
26 |
| - "build": "npm run clean && npm run tsc.prod && npm run ts scripts/index.ts --prod --ci", |
| 26 | + "build": "npm run clean && npm run tsc.prod && npm run ts scripts/index.ts -- --prod --ci", |
27 | 27 | "build.watch": "npm run build -- --watch",
|
28 | 28 | "build.updateSelectorEngine": "npm run ts scripts/updateSelectorEngine.ts",
|
29 | 29 | "clean": "rm -rf build/ cli/ compiler/ dev-server/ internal/ mock-doc/ sys/ testing/ && npm run clean:scripts && npm run clean.screenshots",
|
|
34 | 34 | "prettier": "npm run prettier.base -- --write",
|
35 | 35 | "prettier.base": "prettier --cache \"./({bin,scripts,src,test}/**/*.{ts,tsx,js,jsx})|bin/stencil|.github/(**/)?*.(yml|yaml)|*.js\"",
|
36 | 36 | "prettier.dry-run": "npm run prettier.base -- --list-different",
|
37 |
| - "release.ci.prepare": "npm run ts scripts/index.ts --release --ci-prepare", |
38 |
| - "release.ci": "NODE_OPTIONS=--max-old-space-size=4096 npm run ts scripts/index.ts --release --ci-publish", |
| 37 | + "release.ci.prepare": "npm run ts scripts/index.ts -- --release --ci-prepare", |
| 38 | + "release.ci": "NODE_OPTIONS=--max-old-space-size=4096 npm run ts scripts/index.ts -- --release --ci-publish", |
39 | 39 | "spellcheck": "npm run spellcheck.code && npm run spellcheck.markdown",
|
40 | 40 | "spellcheck.code": "cspell --config cspell-code.json --no-progress \"src/**/*.ts\" \"src/**/*.tsx\" \"scripts/**/*.ts\"",
|
41 | 41 | "spellcheck.markdown": "cspell --config cspell-markdown.json --no-progress \"*.md\" \"**/*.md\"",
|
42 | 42 | "test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --coverage",
|
43 | 43 | "test.analysis": "cd test && npm run analysis.build-and-analyze",
|
44 | 44 | "test.bundlers": "cd test && npm run bundlers",
|
45 |
| - "test.dist": "npm run ts scripts/index.ts --validate-build", |
| 45 | + "test.dist": "npm run ts scripts/index.ts -- --validate-build", |
46 | 46 | "test.end-to-end": "cd test/end-to-end && npm ci && npm test && npm run test.dist",
|
47 | 47 | "test.jest": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js",
|
48 | 48 | "test.wdio": "cd test/wdio && npm ci && npm run test",
|
|
0 commit comments