Skip to content

Commit c817d42

Browse files
authored
Update package.mustache
1 parent ddf366e commit c817d42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

graphql/package.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"push-config": "node -r dotenv/config .simplify-graphql/function-push.js --ops update --input server-input.json",
1313
"build-bin": "webpack -p --config webpack.config.js && cp src/schema.graphql build/schema.graphql",
1414
"push-bin": "env FUNCTION_SOURCE=../build node -r dotenv/config .simplify-graphql/function-push.js --input server-input.json",
15-
"build-layer": "npm run build-deps && cd src/ && npm link {{NameSnake}}-deps && cd ../ && webpack -p --config webpack.config.layer.js && cd layer/nodejs/node_modules/{{NameSnake}}-functions && npm link",
15+
"build-layer": "npm run build-deps && cd src/ && npm link {{NameSnake}}-deps && cd ../ && webpack -p --config webpack.config.layer.js && cd deps/nodejs/node_modules/{{NameSnake}}-functions && npm link",
1616
"push-layer": "env LAYER_SOURCE=../deps LAYER_NAME={{PROJECT_Name}}-{{ENV_Name}}-{{Name}}-functions node -r dotenv/config .simplify-graphql/layer-push.js --input server-input.json",
1717
"build-deps": "npm run build-models && webpack -p --config webpack.config.deps.js && cd deps/nodejs/node_modules/{{NameSnake}}-deps && npm link",
1818
"push-deps": "env LAYER_SOURCE=../deps LAYER_NAME={{PROJECT_Name}}-{{ENV_Name}}-{{Name}}-deps node -r dotenv/config .simplify-graphql/layer-push.js --input server-input.json",

0 commit comments

Comments
 (0)