Skip to content

Commit

Permalink
invoke using package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
banga committed Jan 1, 2024
1 parent 83508f8 commit 3893db9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
node-version: ${{ matrix.node_version }}
- run: npm install --frozen-lockfile
- run: npm run build:publish
- run: cross-env node test.mjs
- run: npm run test:integration
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"build:dev": "npm run build src/index.ts src/benchmark.ts src/previewTheme.ts",
"build:publish": "npm run build src/index.ts --minify",
"test": "cross-env ./node_modules/.bin/tsc && cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" ./node_modules/.bin/jest",
"test:integration": "cross-env node test.mjs",
"previewTheme": "nodemon -q build/previewTheme.mjs",
"benchmark": "npm run build && node build/benchmark.mjs",
"prepublishOnly": "npm run build:publish && npm run test"
Expand Down

0 comments on commit 3893db9

Please sign in to comment.