Skip to content

Commit

Permalink
build vendor stuff during development command (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
newhouse authored Jul 25, 2024
1 parent 2fd75d8 commit 475584d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"test:watch": "nodemon -x 'npm test'",
"test:debug": "npm test --node-option inspect=0.0.0.0:9223",
"test:debug:watch": "nodemon -x 'npm run test:debug'",
"develop": "nodemon -x 'npm run clean-build:src && node bin/spectaql' -- -D",
"develop": "nodemon -x 'npm run clean-build && node bin/spectaql' -- -D",
"develop:deep-nesting": "npm run develop --theme-dir ./examples/themes/deep-nesting-data --config ./examples/config.yml",
"develop:echo-directive-sdl": "node dev/echoDirectiveSdl.mjs",
"test-e2e:build": "npm run clean-build && rimraf test/e2e/spectaql.tgz && node dev/build-e2e.mjs",
Expand Down

0 comments on commit 475584d

Please sign in to comment.