Skip to content

Commit

Permalink
ci: add build:ci script for iql (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 authored Jan 30, 2024
1 parent 0f27cd6 commit 7159bd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/iql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"scripts": {
"build": "npm run build:clean && npm run build:parser && npm run build:version.ts && npx tsc -p ./tsconfig.json",
"build:clean": "rm -rf ./dist ./generated",
"build:ci": "npm run build",
"build:node": "npm run build",
"build:parser": "mkdir -p generated && npx peggy -o ./generated/iql.js ./src/grammar.peggy",
"build:version.ts": "mkdir -p generated && node -p \"'export const LIB_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > generated/version.ts",
Expand Down

0 comments on commit 7159bd4

Please sign in to comment.